chore: Update .gitignore to exclude tmp and log files
This commit is contained in:
parent
3bcd732945
commit
e9df8a475c
2 changed files with 10 additions and 205 deletions
107
.gitignore
vendored
107
.gitignore
vendored
|
|
@ -1,99 +1,12 @@
|
||||||
# Rust
|
.env
|
||||||
backend/target/
|
.env.local
|
||||||
backend/Cargo.lock
|
.env.*.local
|
||||||
|
node_modules/
|
||||||
# Node.js
|
dist/
|
||||||
mobile/node_modules/
|
target/
|
||||||
web/node_modules/
|
|
||||||
shared/node_modules/
|
|
||||||
|
|
||||||
# Environment files
|
|
||||||
backend/.env
|
|
||||||
mobile/.env
|
|
||||||
web/.env
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
*.log
|
||||||
|
tmp/
|
||||||
# Rust
|
*.pid
|
||||||
backend/target/
|
*.seed
|
||||||
backend/Cargo.lock
|
*.pid.lock
|
||||||
|
|
||||||
# Node.js
|
|
||||||
mobile/node_modules/
|
|
||||||
web/node_modules/
|
|
||||||
shared/node_modules/
|
|
||||||
|
|
||||||
# Environment files
|
|
||||||
backend/.env
|
|
||||||
mobile/.env
|
|
||||||
web/.env
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Rust
|
|
||||||
backend/target/
|
|
||||||
backend/Cargo.lock
|
|
||||||
|
|
||||||
# Node.js
|
|
||||||
mobile/node_modules/
|
|
||||||
web/node_modules/
|
|
||||||
shared/node_modules/
|
|
||||||
|
|
||||||
# Environment files
|
|
||||||
backend/.env
|
|
||||||
mobile/.env
|
|
||||||
web/.env
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Rust
|
|
||||||
backend/target/
|
|
||||||
backend/Cargo.lock
|
|
||||||
|
|
||||||
# Node.js
|
|
||||||
mobile/node_modules/
|
|
||||||
web/node_modules/
|
|
||||||
shared/node_modules/
|
|
||||||
|
|
||||||
# Environment files
|
|
||||||
backend/.env
|
|
||||||
mobile/.env
|
|
||||||
web/.env
|
|
||||||
|
|
||||||
# IDE
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# OS
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue