Update gitignore

This commit is contained in:
BarsTiger
2022-01-23 21:39:53 +02:00
parent 001eb4b555
commit 680f979ac4
+8 -6
View File
@@ -1,8 +1,10 @@
# Client
**/__pycache__/
/Source/Client/apps/
/Source/Client/build/
/Source/Client/sources/
/Source/Client/*.spec
/Source/Client/*.bak
/Source/Client/config.cfg
/apps/
/build/
/sources/
*.spec
*.bak
config.cfg
/.idea/
/dist/