chore: update .gitignore and .prettierignore to include MagicMock and additional directories for better file management

This commit is contained in:
2026-01-03 15:43:55 -06:00
parent dc7448d41e
commit 00af1e3b46
2 changed files with 33 additions and 9 deletions

4
.gitignore vendored
View File

@@ -76,4 +76,6 @@ Thumbs.db
meshchat-config/
.hypothesis
.hypothesis/
.hypothesis/
MagicMock/

View File

@@ -1,9 +1,31 @@
dist
node_modules
build
electron/assets
meshchatx/public
pnpm-lock.yaml
poetry.lock
*.log
# Prettier ignore file
# Dependencies
node_modules/
pnpm-lock.yaml
# Build output
dist/
build/
linux-unpacked/
win-unpacked/
mac-unpacked/
# Public assets and libraries
meshchatx/public/
meshchatx/src/frontend/public/
meshchatx/src/frontend/style.css
# Other
storage/
__pycache__/
.venv/
MagicMock/
*.min.js
*.wasm
*.proto
# Documentation and misc
misc/README.md
android/README.md
CHANGELOG.md