Update gitignore
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,8 +1,10 @@
|
|||||||
# Client
|
# Client
|
||||||
**/__pycache__/
|
**/__pycache__/
|
||||||
/Source/Client/apps/
|
/apps/
|
||||||
/Source/Client/build/
|
/build/
|
||||||
/Source/Client/sources/
|
/sources/
|
||||||
/Source/Client/*.spec
|
*.spec
|
||||||
/Source/Client/*.bak
|
*.bak
|
||||||
/Source/Client/config.cfg
|
config.cfg
|
||||||
|
/.idea/
|
||||||
|
/dist/
|
||||||
Reference in New Issue
Block a user