Add .git directory to .dockerignore (#15)

This commit is contained in:
Josh Dick 2022-11-20 13:46:07 -05:00 committed by GitHub
parent f0cf584c56
commit 77754d5964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
*.psql *.psql
*.sqlite3 *.sqlite3
notes.md notes.md
.git
.venv .venv
.pre-commit-config.yaml .pre-commit-config.yaml