init
This commit is contained in:
38
.dockerignore
Normal file
38
.dockerignore
Normal file
@@ -0,0 +1,38 @@
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
|
||||
dist
|
||||
build
|
||||
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
.vscode
|
||||
.idea
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
logs
|
||||
*.log
|
||||
|
||||
.tmp
|
||||
.temp
|
||||
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.staging
|
||||
|
||||
coverage
|
||||
|
||||
.eslintcache
|
||||
|
||||
README.md
|
||||
docs
|
||||
Reference in New Issue
Block a user