mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
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.
This commit is contained in:
parent
ef110fd34f
commit
320575336f
23
.gitignore
vendored
23
.gitignore
vendored
|
@ -1,17 +1,4 @@
|
||||||
|
*.pyc
|
||||||
Defs/__pycache__/
|
|
||||||
|
|
||||||
Defs/ActionManager/__pycache__/
|
|
||||||
|
|
||||||
Defs/ActionManager/Server/__pycache__/
|
|
||||||
|
|
||||||
Defs/FeatureManager/__pycache__/
|
|
||||||
|
|
||||||
Defs/FeatureManager/EmailManager/__pycache__/
|
|
||||||
|
|
||||||
Defs/ImportManager/__pycache__/
|
|
||||||
|
|
||||||
Defs/ThemeManager/__pycache__/
|
|
||||||
|
|
||||||
*.deb
|
*.deb
|
||||||
|
|
||||||
|
@ -33,12 +20,4 @@ Defs/FeatureManager/EmailManager/attachments/KeyloggerData.txt
|
||||||
|
|
||||||
Server/CapturedData/KeyloggerData.txt
|
Server/CapturedData/KeyloggerData.txt
|
||||||
|
|
||||||
Defs/LocalizationManager/__pycache__/
|
|
||||||
|
|
||||||
Defs/LocalizationManager/lang_action_manager/__pycache__/
|
|
||||||
|
|
||||||
eula.txt
|
eula.txt
|
||||||
|
|
||||||
Defs/LocalizationManager/lang_action_manager/lang_server/__pycache__/
|
|
||||||
|
|
||||||
Server/www/
|
|
||||||
|
|
1
Server/www/.gitignore
vendored
Normal file
1
Server/www/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
!.gitignore
|
Loading…
Reference in New Issue
Block a user