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
|
||||
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
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
node_modules/
|
||||
dist/
|
||||
target/
|
||||
*.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
|
||||
tmp/
|
||||
*.pid
|
||||
*.seed
|
||||
*.pid.lock
|
||||
.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