rearrange: add dockerignore file
This commit is contained in:
parent
c9e3bbcce1
commit
f725a80100
|
|
@ -0,0 +1,14 @@
|
|||
# node_modules
|
||||
npm-debug.log
|
||||
.env
|
||||
.env.*
|
||||
.git
|
||||
.github
|
||||
.gitignore
|
||||
logs
|
||||
*.log
|
||||
coverage
|
||||
build
|
||||
dist
|
||||
docker-compose.yml
|
||||
app/config/serviceAccountKey.json
|
||||
Loading…
Reference in New Issue