Added dockerignore to avoid build results [SKIP CI]
This commit is contained in:
parent
8cf0118374
commit
65a4ef7caf
2 changed files with 4 additions and 0 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
/build_results*
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -11,6 +11,9 @@
|
|||
# production
|
||||
/build
|
||||
|
||||
# build_results
|
||||
/build_results*
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
.env.local
|
||||
|
|
Loading…
Reference in a new issue