28 lines
329 B
Plaintext
28 lines
329 B
Plaintext
# ignore all files and directories
|
|
*
|
|
# allow git to enter directories
|
|
!*/
|
|
venv/
|
|
core/crowdsec/config
|
|
database
|
|
data
|
|
db
|
|
docs
|
|
examples
|
|
searx
|
|
tests
|
|
utils
|
|
stockfill
|
|
shift-recorder
|
|
# keep essential project files
|
|
!.gitignore
|
|
!.gitattributes
|
|
|
|
# allow YAMLs, shell scripts, and others
|
|
!*.yml
|
|
!*.yaml
|
|
!*.sh
|
|
!*.py
|
|
!*.Dockerfile
|
|
!Dockerfile
|