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:
Tocho Tochev 2024-06-01 12:30:57 +03:00 committed by Petko Bordjukov
parent d44738bf58
commit 87df897fe9
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +0,0 @@
.git
*.tar.gz
*.sql
node_modules

View File

@ -35,3 +35,9 @@
/app/assets/builds/*
!/app/assets/builds/.keep
/public/assets
# Archives
*.tar.gz
# SQL
*.sql