chore: update .gitignore and clean up package-lock.json
MetaBloom CI / app (push) Canceled after 0s
MetaBloom CI / api (push) Canceled after 0s

This commit is contained in:
Vincent GABORET
2026-07-21 23:38:52 +02:00
parent b9f1eeaa84
commit 02e24cbc92
2 changed files with 53 additions and 16 deletions
+53 -4
View File
@@ -1,11 +1,60 @@
# Dependencies
node_modules/
dist/
.expo/
.venv/
venv/
env/
*.egg-info/
.venv/
# Build / output
/dist/
/build/
/.expo/
/.expo-shared/
/android/
/ios/
/.next/
/out/
coverage/
*.tsbuildinfo
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pip-log.txt
# OS / editor files
.DS_Store
.browser-libs/
core
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
# Environment / secrets
.env
.env.*
!.env.example
# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.pytype/
htmlcov/
# Databases / local data
*.db
*.sqlite3
test_*.db
*.sqlite
# Misc
.browser-libs/
core
.tmp/
*.tmp