From 95cb22800123f220e1e065b2fe93465fbb104e48 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Wed, 11 Feb 2026 17:52:21 +0100 Subject: [PATCH] Use a dot-whitelist I use PyCharm. So there is the .idea directory to exclude. But exclude every variant of these are boring. So i use this idea: Exclude all dot stuff and include the needed one. --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 43ff56bc..e9927143 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,11 @@ +.* +!.github +!.gitignore + trash/ conf.json* -# macOS file: -.DS_Store - # auto created when running on desktop: internal_filesystem/SDLPointer_2 internal_filesystem/SDLPointer_3 @@ -26,7 +27,6 @@ __pycache__/ *.py[cod] *$py.class *.so -.Python # these get created: c_mpos/c_mpos