mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-27 00:24:16 +00:00
43 lines
675 B
Plaintext
43 lines
675 B
Plaintext
# Prettier ignore file
|
|
|
|
# Vendored third-party trees (not formatted here)
|
|
vendor/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
pnpm-lock.yaml
|
|
.pnpm-store/
|
|
|
|
# Lockfiles (avoid massive churn; not hand-edited as prose)
|
|
poetry.lock
|
|
uv.lock
|
|
|
|
# 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
|
|
|
|
# Gradle-synced Chaquopy Python tree (bundled HTML/JS fails strict Prettier parse)
|
|
android/app/src/main/python/meshchatx/
|