Skip to content
Snippets Groups Projects
Verified Commit d95be15b authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

build: update .dockerignore & .gitignore

parent 1e46a078
No related branches found
No related tags found
No related merge requests found
db.sqlite3
Dockerfile
.dockerignore .dockerignore
.git .git
.gitignore .gitignore
...@@ -9,5 +7,10 @@ Dockerfile ...@@ -9,5 +7,10 @@ Dockerfile
.mypy_cache .mypy_cache
.pre-commit-config.yaml .pre-commit-config.yaml
.pytest_cache .pytest_cache
**/*.pyc db.sqlite3
Dockerfile
local_settings.py
logs/
**/__pycache__ **/__pycache__
site_media/
static/
db.sqlite3 .coverage
.idea .idea
.mypy_cache .mypy_cache
*.pyc
.pytest_cache .pytest_cache
.cache/ .cache/
db.sqlite3
local_settings.py
steering_data_model.png
fixtures/custom/ fixtures/custom/
logs/
site_media/
static/ static/
steering_data_model.png **/*.pyc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment