mirror of
https://github.com/m8tin/cis.git
synced 2026-06-02 14:56:58 +02:00
34 lines
1007 B
Plaintext
34 lines
1007 B
Plaintext
# Ignore the file '/overrideOwnDomain' because this is per host individually if it was created.
|
|
/overrideOwnDomain
|
|
|
|
# Ignore the subfolders only, because their content are other git repositories.
|
|
# But 'definitions and 'states' should be prepared by cloning this repository, so:
|
|
|
|
# 1.) Ignore all content of 'definitions', except file README.md and subfolder 'default/core/all/'
|
|
/definitions/*
|
|
!/definitions/README.md
|
|
!/definitions/default/
|
|
/definitions/default/*
|
|
!/definitions/default/check/
|
|
/definitions/default/check/*
|
|
!/definitions/default/check/all/
|
|
!/definitions/default/core/
|
|
/definitions/default/core/*
|
|
!/definitions/default/core/all/
|
|
!/definitions/default/hosts/
|
|
/definitions/default/hosts/*
|
|
!/definitions/default/hosts/all/
|
|
!/definitions/default/monitor/
|
|
/definitions/default/monitor/*
|
|
!/definitions/default/monitor/checks/
|
|
|
|
# 2.) Ignore all content of 'states', except file README.md
|
|
/states/*
|
|
!/states/README.md
|
|
|
|
# Ignore environment files
|
|
.env
|
|
|
|
# Ignore docker-compose files
|
|
docker-compose.yml
|