Merge pull request #611 from alexdlaird/cleanup-gitignore

Stabilize .gitignore
This commit is contained in:
sTiKyt 2020-05-27 18:34:03 +03:00 committed by GitHub
commit 9f5a4f5329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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