From abc416b453064aae942fc24182ea09109cb036cb Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 14 Nov 2024 11:23:59 +0100 Subject: [PATCH 1/4] chore: :fire: don't need dockerignore for now --- .dockerignore | 17 ----------------- .github/sync.yml | 2 -- 2 files changed, 19 deletions(-) delete mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore deleted file mode 100644 index 22355db..0000000 --- a/.dockerignore +++ /dev/null @@ -1,17 +0,0 @@ -docs/ -.git -.gitignore -.env -.github -.vscode -.idea -fly.toml -.git/ -*.sqlite3 -staticfiles -persistent_storage/ -.venv -_quarto.yml -_publish.yml -_extensions/ -*_libs/ diff --git a/.github/sync.yml b/.github/sync.yml index 0e1ff07..cd6be58 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -5,8 +5,6 @@ group: dest: .github/CODEOWNERS - source: .pre-commit-config.yaml dest: .pre-commit-config.yaml - - source: .dockerignore - dest: .dockerignore - source: .editorconfig dest: .editorconfig - source: .gitignore From bfdf4a3b95f109120fc85fe5200d08f25899d96d Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 14 Nov 2024 11:24:22 +0100 Subject: [PATCH 2/4] chore: :fire: don't use Makefiles, so this config isn't needed --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 227257b..1c60db2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,6 +22,3 @@ indent_size = 4 indent_style = space indent_size = 4 -# Makefiles always use tabs for indentation -[Makefile] -indent_style = tab From aefc2576fca1a01a3c7ee8d4dee9d4665656137d Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 14 Nov 2024 11:24:50 +0100 Subject: [PATCH 3/4] chore: :see_no_evil: remove last bits of Django built files from git ignore --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index d7f7ded..a87ab24 100644 --- a/.gitignore +++ b/.gitignore @@ -81,12 +81,6 @@ _book public site -# Local data files -**/datafile/* -# Persistent storage should not be stored in git except for the markdown files -persistent_storage -!persistent_storage/**/*.md - # Python Web App *.sqlite3 *.sqlite3-journal From 48c50b1d7b92f8c7ae9a05a96cb1bceda1d12056 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 15 Nov 2024 13:34:15 +0100 Subject: [PATCH 4/4] chore: remove web app ignore files, since we don't yet build an app --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index a87ab24..63bd79f 100644 --- a/.gitignore +++ b/.gitignore @@ -81,9 +81,6 @@ _book public site -# Python Web App -*.sqlite3 -*.sqlite3-journal # Misc files *.log