21 lines
173 B
Plaintext
21 lines
173 B
Plaintext
# dockerignore
|
|
|
|
.git
|
|
.gitignore
|
|
.github
|
|
.github/**
|
|
Dockerfile*
|
|
resources/
|
|
node_modules/
|
|
*.log
|
|
tmp/
|
|
.env
|
|
.vscode/
|
|
.DS_Store
|
|
data/
|
|
uploads/
|
|
users/
|
|
metadata/
|
|
sessions/
|
|
vendor/
|