mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
48 lines
517 B
Text
48 lines
517 B
Text
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Log/Temp files
|
|
.tmp/
|
|
tmp/
|
|
*.tmp
|
|
.logs/
|
|
logs/
|
|
*.log
|
|
core
|
|
.build
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# TypeScript incremental compilation cache
|
|
*.tsbuildinfo
|
|
|
|
# Node modules
|
|
node_modules
|
|
dist
|
|
bin
|
|
|
|
# Environment files
|
|
*.env
|
|
.env.development
|
|
|
|
# Code Editors
|
|
.idea
|
|
|
|
runtime/fonts/*
|
|
!runtime/fonts/.gitkeep
|
|
|
|
runtime/icon-theme/*
|
|
!runtime/icon-theme/.gitkeep
|
|
|
|
# root Dockerfile is generated from the Dockerfile.tmpl
|
|
/Dockerfile
|