From d95be15bf0df5514d01a6c481a1046381bd441d2 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 14 Mar 2024 16:40:26 -0400 Subject: [PATCH] build: update .dockerignore & .gitignore --- .dockerignore | 9 ++++++--- .gitignore | 10 +++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.dockerignore b/.dockerignore index 180b855e..b7d7c990 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,3 @@ -db.sqlite3 -Dockerfile .dockerignore .git .gitignore @@ -9,5 +7,10 @@ Dockerfile .mypy_cache .pre-commit-config.yaml .pytest_cache -**/*.pyc +db.sqlite3 +Dockerfile +local_settings.py +logs/ **/__pycache__ +site_media/ +static/ diff --git a/.gitignore b/.gitignore index 3fe50128..5a4e1c14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ -db.sqlite3 +.coverage .idea .mypy_cache -*.pyc .pytest_cache .cache/ +db.sqlite3 +local_settings.py +steering_data_model.png fixtures/custom/ +logs/ +site_media/ static/ -steering_data_model.png +**/*.pyc -- GitLab