From fd7ad5a7e885dbe66365e0dbe69e87807827e428 Mon Sep 17 00:00:00 2001 From: Cedric Trollwut Date: Sat, 6 Apr 2019 16:03:46 +0200 Subject: [PATCH] feat: add .tar.gz to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91f992b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# no archives +*.tar.gz