Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/.gitignore
Miroslav Šedivý 32472a70bc
Fix docker build (#237)
* include package-lock.

* extract intel gpu support from dockerfile.

* update arm support.

* new workflows.

* build intel images.

* add to docs.
2023-01-15 20:38:29 +01:00

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