forked from idaholab/Malcolm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
51 lines (47 loc) · 765 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
46
47
48
49
50
51
# arkime
/arkime/etc/GeoLite2-*
/arkime/etc/oui.txt*
/arkime/etc/ipv4-address-space.csv*
/README.css
# auth-related
/.ldap_config_defaults
/auth.env
/config/*.env
/.opensearch*.curlrc
/logstash/certs
/filebeat/certs
/nginx/certs
/nginx/ca-trust
/nginx/htpasswd
/nginx/nginx_ldap*.conf
/htadmin/config.ini
/htadmin/metadata
*.keystore
# runtime
.tmp
.configured
config.*/
# development
.envrc
.direnv
.vagrant
malcolm_*images.tar.gz
malcolm_*images.tar.xz
malcolm_netbox_backup_*.psql.gz
*.iso
*-build.log
Gemfile.lock
_site
sensor-iso/_config.yml
sensor-iso/_includes
sensor-iso/_layouts
sensor-iso/_site
sensor-iso/docs
sensor-iso/Gemfile
sensor-iso/README.md
# Byte-compiled / optimized / DLL files
__pycache__/
__pypackages__/
*.py[cod]
*$py.class
.DS_Store