diff options
author | Alex Auvolat <alex@adnab.me> | 2021-01-16 17:37:34 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-01-16 17:37:34 +0100 |
commit | d4d0b100ad39bf7ae560c2f714b75fdcf47e9a87 (patch) | |
tree | 6ca1be19d3b15c61cdb3fe4de448c20fc12b769f /app/.gitignore | |
parent | c74dc92febd1841c8ea5ff31caab0f941d57527d (diff) | |
download | infrastructure-d4d0b100ad39bf7ae560c2f714b75fdcf47e9a87.tar.gz infrastructure-d4d0b100ad39bf7ae560c2f714b75fdcf47e9a87.zip |
Document secrets and add stub utility to manage them
Diffstat (limited to 'app/.gitignore')
-rw-r--r-- | app/.gitignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index cc6b143..0000000 --- a/app/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -# Blacklist everything cleverly -*/secrets/* -!*/secrets/*/ - -# Whitelist some patterns -!*.sample -!*.gen -!*.sh -!.gitignore - -# Whitelist specific files |