From c74dc92febd1841c8ea5ff31caab0f941d57527d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 16 Jan 2021 17:07:01 +0100 Subject: Proposal: reorganize app/ folder by modules --- app/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/.gitignore (limited to 'app/.gitignore') 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 -- cgit v1.2.3