neko/.gitignore

36 lines
317 B
Plaintext
Raw Permalink Normal View History

2020-01-13 21:05:38 +13:00
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Log/Temp files
.tmp/
tmp/
*.tmp
.logs/
logs/
*.log
core
2020-01-30 20:19:57 +13:00
.build
2020-01-13 21:05:38 +13:00
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# TypeScript incremental compilation cache
*.tsbuildinfo
# Node modules
node_modules
dist
bin
# Environment files
*.env