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

14 lines
308 B
Plaintext
Raw Normal View History

/*/*
!*/*.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
2020-10-18 15:51:54 +02:00
/swag/*
!/swag/nginx/
2020-10-18 15:51:54 +02:00
/swag/nginx/*
!/swag/nginx/proxy-confs/
2020-10-18 15:51:54 +02:00
/swag/nginx/proxy-confs/*.sample
/swag/nginx/proxy-confs/README.md