32 lines
399 B
Plaintext
32 lines
399 B
Plaintext
# 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
|