neko/.gitignore

37 lines
334 B
Plaintext
Raw Normal View History

# OS files
2024-03-17 12:00:14 +13:00
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
2022-07-14 10:45:41 +12:00
# Log/Temp files
.tmp/
tmp/
*.tmp
.logs/
logs/
*.log
core
.build
2022-07-14 11:07:50 +12:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
2024-03-17 12:00:14 +13:00
# TypeScript incremental compilation cache
2024-03-17 12:00:14 +13:00
*.tsbuildinfo
2022-07-17 10:52:29 +12:00
# Node modules
node_modules
dist
bin
2024-03-18 01:10:50 +13:00
# Environment files
*.env
.env.development