mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
22 lines
260 B
Plaintext
22 lines
260 B
Plaintext
# Ignore node_modules and other dependencies
|
|
node_modules
|
|
.yarn
|
|
|
|
# Ignore build directories
|
|
build
|
|
dist
|
|
|
|
# Ignore logs and temporary files
|
|
logs
|
|
*.log
|
|
*.tmp
|
|
|
|
# Ignore test and coverage files
|
|
coverage
|
|
test-results
|
|
|
|
# Ignore OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|