neko/.gitignore

37 lines
334 B
Plaintext
Raw Normal View History

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