chore: update .gitignore and clean up package-lock.json
This commit is contained in:
+53
-4
@@ -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
|
||||
|
||||
Generated
-12
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user