From a5e7d70194011597f72d068692f409c81fbaa71e Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 24 Sep 2021 11:41:39 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6a6a78de..94e2a1df 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ Icon? ehthumbs.db Thumbs.db +.idea/* + # Database files and generated content # *.sqlite *.sqlite3 @@ -26,13 +28,13 @@ release-notes.html /modules/* !index.html -# styles, except blucent # +# styles, except default # /styles/**/* -!/styles/blucent/* -/styles/blucent/.DS_Store +!/styles/default/* +/styles/default/.DS_Store !index.html +config_database.php - -/content/SQLite/.DS_Store \ No newline at end of file +/content/SQLite/.DS_Store