Skip to content

Commit

Permalink
fixes podman compatibility of docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 20, 2023
1 parent 6f6c070 commit 2b02f66
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.DS_Store
db.sqlite3
__pycache__
*.pyc
var
dist
.eggs
emgcli.egg-info/
.pytest_cache/

staticfiles/
media/
venv/
database/
results/
fixtures/*.sig

.vscode/

# IntelliJ project structure files
*.iml
.idea/

.coverage
/build/

loglockdir
logs

secret.key

0 comments on commit 2b02f66

Please sign in to comment.