mirror of https://github.com/infosecn1nja/HELK.git
gitignore python and compiled code stuff
parent
9b09365eae
commit
55480d1f6a
|
@ -4,12 +4,17 @@ helk-logstash/.DS_Store
|
|||
.vscode/
|
||||
.idea/
|
||||
.testing/
|
||||
# Backup files / swap
|
||||
.bak
|
||||
.BAK
|
||||
.dpkg-dist
|
||||
.swp
|
||||
.tmp
|
||||
.test
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
# HELK Custom Configurations
|
||||
*custom*
|
||||
/docker/docker-compose.yml
|
Loading…
Reference in New Issue