MISP/.gitignore

133 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

# 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
# venv
/venv/*
# Other
2011-11-26 10:45:31 +01:00
/vendors
/app/Vendor
/app/vendor
/app/composer*
!/app/composer.phar
2017-02-16 18:06:17 +01:00
!/app/composer.license
/app/composer.json
/lib
2011-11-26 10:45:31 +01:00
/.project
2011-12-11 16:59:35 +01:00
/.settings
/.buildpath
/.idea
2011-11-26 10:45:31 +01:00
.DS_Store
2011-12-11 16:59:35 +01:00
/.htaccess
2011-11-26 10:45:31 +01:00
/README
/app/tmp/GPG*
2011-12-11 16:59:35 +01:00
/app/tmp/sessions/sess_*
/app/tmp/logs/*.log
2012-06-08 17:03:27 +02:00
/app/tmp/cache/models/myapp*
/app/tmp/cache/persistent/myapp*
/app/tmp/cache/views/myapp*
/app/tmp/cache/misp_feed*
/app/tmp/browscap/*
/app/files/*
/app/tmp/cache/feeds/*.cache
2023-05-21 10:11:05 +02:00
/app/tmp/cache/feeds/*.cache.gz
/app/tmp/cache/feeds/*.etag
app/Lib/EventWarning/Custom/*
!app/Lib/EventWarning/Custom/empty
!/app/files/certs/empty
2017-05-30 17:35:20 +02:00
!/app/files/feed-metadata
2014-03-11 11:45:40 +01:00
!/app/files/empty
!/app/files/scripts/
2016-04-22 10:38:13 +02:00
!/app/files/warninglists
!/app/files/warninglists/*
!/app/files/noticelists
!/app/files/noticelists/*
2016-12-07 09:44:20 +01:00
!/app/files/misp-galaxy
!/app/files/misp-galaxy/*
2017-07-05 14:33:54 +02:00
!/app/files/misp-objects
!/app/files/misp-objects/*
!/app/files/misp-decaying-models
!/app/files/misp-decaying-models/*
!/app/files/misp-workflow-blueprints
!/app/files/misp-workflow-blueprints/*
/app/files/scripts/*.pyc
/app/files/scripts/*.py~
2019-04-30 15:36:13 +02:00
/app/files/scripts/__pycache__
/app/files/scripts/yara/__pycache__
/app/files/scripts/yara/*.pyc
/app/files/scripts/yara/*.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/*
2019-01-14 11:56:35 +01:00
!/app/files/scripts/stix2/misp2stix2*.py
!/app/files/scripts/stix2/stix2misp*.py
/app/files/terms/*
!/app/files/terms/empty
!/app/files/browscap
!/app/files/geo-open
2012-04-02 11:22:19 +02:00
/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/files/img/custom/*
!/app/files/img/custom/empty
2024-02-16 16:27:17 +01:00
!/app/files/img/orgs
/app/files/img/orgs/*
!/app/files/img/orgs/ADMIN.png
!/app/files/img/orgs/MIL.be.png
!/app/files/img/orgs/MISP.png
!/app/files/img/orgs/NATO.png
!/app/files/img/orgs/NCIRC.png
2012-07-02 16:26:50 +02:00
/app/Config/bootstrap.php
/app/Config/database.php
2013-04-16 22:09:03 +02:00
/app/Config/core.php
2014-09-10 11:48:48 +02:00
/app/Config/config.php
/app/Config/hmac_key.php
/app/Console/Command/training.json
2015-03-04 15:54:23 +01:00
/app/Lib/cakephp
/app/webroot/gpg.asc
/app/tmp/logs
2015-11-23 19:45:44 +01:00
/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
/app/Plugin/DebugKit
.gnupg
.smime
2015-03-19 09:23:12 +01:00
*.swp
2016-08-23 14:06:06 +02:00
*.iml
2017-05-27 17:08:58 +02:00
.ropeproject/
vagrant/.vagrant/
vagrant/*.log
/app/Lib/Dashboard/Custom/*
2020-03-01 23:25:50 +01:00
!/app/Lib/Dashboard/Custom/empty
/app/View/Emails/html/Custom/*
!/app/View/Emails/html/Custom/empty
/app/View/Emails/text/Custom/*
!/app/View/Emails/text/Custom/empty
.vscode/launch.json