From cf60622d23b43f8e4d8b91b7ec45e2e15e8c19af Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 15 Mar 2021 11:24:43 +0000 Subject: [PATCH] added file to ignore contents of static folder --- static/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/.gitignore diff --git a/static/.gitignore b/static/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/static/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file