From 1476f12a8d58cec9dbb4407561b1fbf938c8a6f3 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 31 Jan 2019 19:54:06 +1100 Subject: [PATCH] .gitignore bootstrap (#2644) * add gitignores back into app * gitignore bootstrap --- bootstrap/cache/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bootstrap/cache/.gitignore diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore new file mode 100755 index 000000000000..d6b7ef32c847 --- /dev/null +++ b/bootstrap/cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore