Suricata-Logger/.gitignore
Christian Risi b02370a69a V0.1.0 Suricata Logger
Modified:
- .gitignore: ignoring lua files
- suricata.rules: added a rule to log every packet
- suricata.yaml: specified alerts to dump whole
    packet bytes
2025-06-05 10:27:29 +02:00

28 lines
322 B
Plaintext

deno.lock
http/testdata/%25A.txt
http/testdata/file#2.txt
http/testdata/test file.txt
docs/
# rust build output
crypto/_wasm/target
cli/testdata/unicode_width_crate/target
# coverage
coverage/
# misc files
.DS_Store
.idea
.vim
_tmp/
!_tmp/.keep
# tsconfig for bun
/tsconfig.json
# Lua
lua_modules/
.luarocks/
lua
core