diff options
Diffstat (limited to 'app/.gitignore')
-rw-r--r-- | app/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..cc6b143 --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,11 @@ +# Blacklist everything cleverly +*/secrets/* +!*/secrets/*/ + +# Whitelist some patterns +!*.sample +!*.gen +!*.sh +!.gitignore + +# Whitelist specific files |