Initial commit
This commit is contained in:
15
.dockerignore
Normal file
15
.dockerignore
Normal file
@@ -0,0 +1,15 @@
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
.DS_Store
|
||||
.git
|
||||
.gitignore
|
||||
**/*.log
|
||||
|
||||
# Local databases and generated data
|
||||
/data
|
||||
/public/uploads
|
||||
|
||||
# Editor/OS
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
Reference in New Issue
Block a user