mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
32472a70bc
* include package-lock. * extract intel gpu support from dockerfile. * update arm support. * new workflows. * build intel images. * add to docs.
36 lines
317 B
Plaintext
36 lines
317 B
Plaintext
# 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
|