Remove stray docker-ignore (#43)
I don't think the `.docker-ignore` does anything when there is a `.dockerignore` so let's remove it. I'm open to amending the PR. Reviewed-on: #43 Co-authored-by: Tocho Tochev <tocho@tochev.net> Co-committed-by: Tocho Tochev <tocho@tochev.net>
This commit is contained in:
parent
d44738bf58
commit
87df897fe9
|
@ -1,4 +0,0 @@
|
|||
.git
|
||||
*.tar.gz
|
||||
*.sql
|
||||
node_modules
|
|
@ -35,3 +35,9 @@
|
|||
/app/assets/builds/*
|
||||
!/app/assets/builds/.keep
|
||||
/public/assets
|
||||
|
||||
# Archives
|
||||
*.tar.gz
|
||||
|
||||
# SQL
|
||||
*.sql
|
||||
|
|
Loading…
Reference in New Issue