Skip to content

Commit

Permalink
Update .gitignore and .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Mar 21, 2021
1 parent aa44fcd commit afa6850
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ tox.ini
Dockerfile
LICENSE
README.md
SECURITY.md
18 changes: 12 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
.DS_Store
.python-version
*.pyc
__pycache__
*.sw[op]
*credentials.json

/.*
!/.gitignore
!/.dockerignore
!/.github

/venv/

/*.yml
!/docker-compose.yml
!/docker-compose.basic-auth.yml
Expand All @@ -14,14 +20,14 @@ __pycache__
!/docker-compose.saml2.yml
!/docker-compose.syslog.yml
!/mkdocs.yml
!/.travis.yml

/conf/*
!/conf/start
!/conf/logstash
!/conf/mdm
!/conf/puppet
!/conf/saml2
!/conf/syslog
/fabfile.py
/venv/
/wheels/

tests/osquery/fixtures/*
tests/santa/fixtures/*

0 comments on commit afa6850

Please sign in to comment.