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.
This commit is contained in:
JensDiemer
2026-02-11 17:52:21 +01:00
parent a4e167d0e6
commit 95cb228001
+4 -4
View File
@@ -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