new file: .gitignore
modified: README.md new file: app/dashboard.py new file: app/main.py new file: docker-compose.yml new file: snort/local.rules new file: snort/snort-logs/soc_actions.log new file: snort/snort.lua new file: snort/snort3-community.rules
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# .gitignore
|
||||
.env
|
||||
__pycache__/
|
||||
snort/logs/*.log
|
||||
snort/logs/*.txt
|
||||
!snort/logs/.gitkeep
|
||||
Reference in New Issue
Block a user