forked from MISP/MISP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
executable file
·99 lines (97 loc) · 2.24 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Ignore tooling config files
tools/misp-wipe/misp-wipe.conf
tools/misp-backup/misp-backup.conf
# Ignore mkdocs site directory and mkdocs virtualenv
site/
tools/mkdocs
# Other
/vendors
/app/Vendor
/app/vendor
/app/composer*
!/app/composer.phar
!/app/composer.license
/app/composer.json
/lib
/.project
/.settings
/.buildpath
/.idea
.DS_Store
/.htaccess
/app/Vendor
/README
/app/tmp/GPG*
/app/tmp/sessions/sess_*
/app/tmp/logs/*.log
/app/tmp/cache/models/myapp*
/app/tmp/cache/persistent/myapp*
/app/tmp/cache/views/myapp*
/app/tmp/cache/misp_feed*
/app/files/*
/app/tmp/cache/feeds/*.cache
!/app/files/feed-metadata
!/app/files/empty
!/app/files/scripts/
!/app/files/warninglists
!/app/files/warninglists/*
!/app/files/noticelists
!/app/files/noticelists/*
!/app/files/misp-galaxy
!/app/files/misp-galaxy/*
!/app/files/misp-objects
!/app/files/misp-objects/*
/app/files/scripts/python-stix/
/app/files/scripts/python-cybox/
/app/files/scripts/mixbox/
/app/files/scripts/*.pyc
/app/files/scripts/*.py~
/app/files/scripts/mispzmq/*
!/app/files/scripts/mispzmq/mispzmq.py
!/app/files/scripts/mispzmq/mispzmqtest.py
/app/files/scripts/tmp/*
!/app/files/scripts/tmp/empty
/app/files/scripts/stix2/*
!/app/files/scripts/stix2/misp2stix2*.py
!/app/files/scripts/stix2/stix2misp*.py
!/app/files/empty
/app/files/terms/*
!/app/files/terms/empty
/app/webroot/img/logo.png
/app/webroot/img/custom/*
!/app/webroot/img/custom/empty
/app/webroot/img/orgs/*
!/app/webroot/img/orgs/ADMIN.png
!/app/webroot/img/orgs/MIL.be.png
!/app/webroot/img/orgs/MISP.png
!/app/webroot/img/orgs/NATO.png
!/app/webroot/img/orgs/NCIRC.png
/app/Config/bootstrap.php
/app/Config/database.php
/app/Config/core.php
/app/Config/config.php
/app/Console/Command/training.json
/app/Lib/cakephp
/app/webroot/gpg.asc
/app/tmp/logs
/app/tmp/cached_exports/xml/*
/app/tmp/cached_exports/json/*
/app/tmp/cached_exports/text/*
/app/tmp/cached_exports/rpz/*
/app/tmp/cached_exports/snort/*
/app/tmp/cached_exports/suricata/*
/app/tmp/cached_exports/md5/*
/app/tmp/cached_exports/sha1/*
/app/tmp/cached_exports/csv_all/*
/app/tmp/cached_exports/csv_sig/*
/app/tmp/cached_exports/stix/*
/app/tmp/cached_exports/sha256/*
/app/tmp/cached_exports/bro/*
/app/Plugin/CakeResque
.gnupg
.smime
*.swp
*.iml
.ropeproject/
vagrant/.vagrant/
vagrant/*.log