diff options
Diffstat (limited to 'consul/configuration/.gitignore')
-rw-r--r-- | consul/configuration/.gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/consul/configuration/.gitignore b/consul/configuration/.gitignore new file mode 100644 index 0000000..bc3a54e --- /dev/null +++ b/consul/configuration/.gitignore @@ -0,0 +1,27 @@ +# 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/**/* |