init f0ckm
This commit is contained in:
24
.dockerignore
Normal file
24
.dockerignore
Normal file
@@ -0,0 +1,24 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.gitea
|
||||
.eslintrc.json
|
||||
|
||||
# Dependencies (rebuilt in container)
|
||||
node_modules
|
||||
|
||||
# Docker files
|
||||
Dockerfile
|
||||
|
||||
# Config (mounted at runtime)
|
||||
config.json
|
||||
|
||||
# Development
|
||||
logs/
|
||||
tmp/
|
||||
*.log
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
LICENSE
|
||||
Reference in New Issue
Block a user