From 60cd48f5e426168d19e64c1a3e436d3b1f4439bb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 3 Jul 2022 18:21:38 +0200 Subject: [PATCH] Added a .gitignore with chache and tmp dirs excluded --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a11f790 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +cache +tmp \ No newline at end of file