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
-12
View File
@@ -4059,9 +4059,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -4082,9 +4079,6 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -4105,9 +4099,6 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "MPL-2.0",
"optional": true,
"os": [
@@ -4128,9 +4119,6 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "MPL-2.0",
"optional": true,
"os": [