From 58bb55c79ad0091dc27a704f85846811679738ac Mon Sep 17 00:00:00 2001 From: mag37 Date: Fri, 5 Jan 2024 21:17:30 +0100 Subject: [PATCH] added .gitignore to safeguard users custom notify.sh --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c60473 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ignore users custom notify.sh +/notify.sh