Instead of ignoring __pycache__ folders, just ignore pyc compiled files, which will do the same thing with one ignore line. Additionally, the Server/www folder is needed, but must be committed empty, so fixed that.

pull/611/head
Alex Laird 2020-05-25 16:02:57 -07:00
parent ef110fd34f
commit 320575336f
2 changed files with 2 additions and 22 deletions

23
.gitignore vendored
View File

@ -1,17 +1,4 @@
Defs/__pycache__/
Defs/ActionManager/__pycache__/
Defs/ActionManager/Server/__pycache__/
Defs/FeatureManager/__pycache__/
Defs/FeatureManager/EmailManager/__pycache__/
Defs/ImportManager/__pycache__/
Defs/ThemeManager/__pycache__/
*.pyc
*.deb
@ -33,12 +20,4 @@ Defs/FeatureManager/EmailManager/attachments/KeyloggerData.txt
Server/CapturedData/KeyloggerData.txt
Defs/LocalizationManager/__pycache__/
Defs/LocalizationManager/lang_action_manager/__pycache__/
eula.txt
Defs/LocalizationManager/lang_action_manager/lang_server/__pycache__/
Server/www/

1
Server/www/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!.gitignore