From 658fac607ce5fc90320b5f29154bc47491308620 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 3 Dec 2020 14:54:45 +0100 Subject: [PATCH] fix .jssh files in gitignore --- .gitignore | 2 +- addons/antiFlood.jssh | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 addons/antiFlood.jssh diff --git a/.gitignore b/.gitignore index 9575134..1e2b176 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ /botconf* /botacl* /botown* -ˆ.jssh +*.jssh *.save *.log *.swp diff --git a/addons/antiFlood.jssh b/addons/antiFlood.jssh deleted file mode 100644 index e69de29..0000000