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 68e26fad5b services: transmission: use secret environment
To ensure that I do not repeat the mistake from last time...
2021-01-24 23:10:16 +01:00

13 lines
350 B
Text

/*/*
!*/*.env
/*/*.env.secret # Just to document that they should definitely never be added
# 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