This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
shipyard/.gitignore
Bruno BELANYI ffc931ae1a git: ignore: improve ignored files
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.
2021-01-24 23:10:16 +01:00

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