From 654a87b8774a99ffdcafe4cc036bf43edf29c013 Mon Sep 17 00:00:00 2001 From: 0x01FE Date: Tue, 17 Sep 2024 09:50:03 -0500 Subject: [PATCH] gitignore update --- .gitignore | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 8e92c84..3776e8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,23 @@ -__pycache__ -*.md -!POST_TEMPLATE.md -!README.md - -docker-compose.yaml -*.sh - -*.ini - -# Ignore images in posts -*.jpg -*.png - -# Flask Data & Config -*.ini -data -.flask_session -*.json -*.gif - -# Writing -writing - +__pycache__ +*.md +!POST_TEMPLATE.md +!README.md + +docker-compose.yaml +*.sh + +*.ini + +# Ignore images in posts + + +# Flask Data & Config +*.ini +data +.flask_session +*.json + + +# Writing +writing +