Bruno BELANYI
ffc931ae1a
I still want to edit the '*.env' without hassle, while still ignoring all the directories for each container's configuration. We now ignore all directories by default, except '*.env" files inside them and the '*.subdomain.conf' Nginx configuration files.
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
/*/*
|
|
!*/*.env
|
|
|
|
# This is not necessary with the wildcard used in the first line, but it is clearer
|
|
/letsencrypt/*
|
|
!/letsencrypt/nginx/
|
|
|
|
/letsencrypt/nginx/*
|
|
!/letsencrypt/nginx/proxy-confs/
|
|
|
|
/letsencrypt/nginx/proxy-confs/*.sample
|
|
/letsencrypt/nginx/proxy-confs/README.md
|