-
Notifications
You must be signed in to change notification settings - Fork 22
/
.gitignore
53 lines (42 loc) · 934 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.DS_Store
**/venv
**/.venv
*.log
*.log.gz
/logs/*
/logs_*/*
/venv/*
/rita
/rita-
/*.out
/*.test
/*.zip
/*.tar/
**/.env*
**/.terraform*
**/*.tfstate*
/installer/stage
/installer/rita-*.tar.gz
/installer/rita-*
/installer/install-rita-zeek-here.sh
!/installer/*.md
# only commit .env, .env.production, and test.env files
!/.env
!*/test.env
!/.env.production
# defined test logs
!/test_data/dns_only/*[.log.gz]
!/test_data/has_unknown_field/*[.log.gz]
!/test_data/json_with_all_fields/*[.log.gz]
!/test_data/open_conns/open/*[.log.gz]
!/test_data/open_conns/closed/*[.log.gz]
!/test_data/text_file/*[.log.gz]
!/test_data/truncated/*[.log.gz]
!/test_data/valid_json/*[.log.gz]
!/test_data/valid_tsv/*[.log.gz]
!/test_data/proxy/*[.log.gz]
!/test_data/proxy_rolling/*[.log.gz]
!/test_data/valid_tsv/*[.log.gz]
!/test_data/dnscat2-ja3-strobe-agent/*[.log.gz]
!/test_data/missing_host/*/*[.log.gz]
!/test_data/open_sni/*[.log.gz]