mirror of
https://github.com/hexastack/hexabot
synced 2025-02-01 23:23:51 +00:00
fix: update .dockerignore files
This commit is contained in:
parent
bc883c9135
commit
122a9d02cb
@ -5,6 +5,7 @@ Dockerfile
|
|||||||
Dockerfile.base
|
Dockerfile.base
|
||||||
.env
|
.env
|
||||||
.eslintrc.js
|
.eslintrc.js
|
||||||
|
.eslintrc-staged.js
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
.husky
|
.husky
|
||||||
|
@ -3,6 +3,8 @@ npm-debug.log
|
|||||||
Dockerfile*
|
Dockerfile*
|
||||||
docker-compose*
|
docker-compose*
|
||||||
.dockerignore
|
.dockerignore
|
||||||
|
.eslintrc.js
|
||||||
|
.eslintrc-staged.js
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
README.md
|
README.md
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
.dockerignore
|
.dockerignore
|
||||||
.gitignore
|
.gitignore
|
||||||
.env
|
.env
|
||||||
|
.eslintrc.json
|
||||||
|
.eslintrc-staged.json
|
||||||
config
|
config
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
Loading…
Reference in New Issue
Block a user