mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 04:23:10 -07:00
dockerignore
This commit is contained in:
parent
b785702f7e
commit
9aa580a461
2 changed files with 15 additions and 0 deletions
14
.dockerignore
Normal file
14
.dockerignore
Normal file
|
@ -0,0 +1,14 @@
|
|||
.git
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
npm-debug.log
|
||||
node_modules
|
||||
*.swp
|
||||
*.swo
|
||||
data
|
||||
*.DS_Store
|
||||
.env
|
||||
.gitignore
|
||||
.dockerignore
|
||||
.travis.yml
|
||||
yarn-error.log
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,3 +5,4 @@ node_modules
|
|||
data
|
||||
*.DS_Store
|
||||
.env
|
||||
yarn-error.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue