From c4a6cf1534b864d3941c839d4a4dca7e505bd828 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 12 Sep 2020 10:03:48 +0200 Subject: Rebase first step --- app_config/configuration/.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app_config/configuration/.gitignore (limited to 'app_config/configuration/.gitignore') 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 -- cgit v1.2.3