From a9529e979ad9a7c18a509d89f6b3f0105ff1a057 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <c.zelck@ndr.de> Date: Sun, 13 Jun 2021 16:35:13 +0200 Subject: [PATCH] chore: remove .gitignore As there are only files/folder included that depend on my work style I remvoved this .gitignore and put those into my global .gitignore. Signed-off-by: Conrad Zelck <git@simpel.cc> --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f2b6e7a..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore -BAK/ -*_stripped.au3 -*.exe \ No newline at end of file -- GitLab