Add documentation, environment config, and project files: .dockerignore
This commit is contained in:
parent
31050b3a6f
commit
bb4e9e378b
1 changed files with 29 additions and 0 deletions
29
.dockerignore
Normal file
29
.dockerignore
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
node_modules
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.nyc_output
|
||||
coverage
|
||||
.cache
|
||||
.parcel-cache
|
||||
.next
|
||||
out
|
||||
dist
|
||||
build
|
||||
logs
|
||||
*.log
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Loading…
Reference in a new issue