diff options
Diffstat (limited to 'app_config/configuration/.gitignore')
-rw-r--r-- | app_config/configuration/.gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app_config/configuration/.gitignore b/app_config/configuration/.gitignore new file mode 100644 index 0000000..056b4d2 --- /dev/null +++ b/app_config/configuration/.gitignore @@ -0,0 +1,33 @@ +# Blacklist everything cleverly +* +!*/ + +# Whitelist some patterns +!*.sample +!*.gen +!*.tpl +!.gitignore + +# Whitelist specific files +!seafile/conf/seafdav.conf +!seafile/ccnet/seafile.ini + +!email/dkim/keytable +!email/dkim/signingtable +!email/dkim/trusted +!email/postfix/dynamicmaps.cf +!email/postfix/header_checks +!email/postfix/main.cf +!email/postfix/master.cf +!email/postfix/transport +!email/postfix/transport.db + +!email/sogo/sogo.conf.tpl + +!chat/**/* + +!directory/*/* + +!traefik/traefik.toml + +!garage/config.toml |