This repository has been archived on 2021-02-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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

12 lines
272 B
Text

/*/*
!*/*.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