From 13c2f8365f81536466873c85d189158b91bbd0bf Mon Sep 17 00:00:00 2001 From: Andreas Lindemark <andreas.lindemark@liu.se> Date: Wed, 2 Apr 2025 18:34:09 +0200 Subject: [PATCH] Added a .gitignore file in a new folder for ZabbixAgent scripts --- Windows/ZabbixAgent/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Windows/ZabbixAgent/.gitignore diff --git a/Windows/ZabbixAgent/.gitignore b/Windows/ZabbixAgent/.gitignore new file mode 100644 index 0000000..8281f78 --- /dev/null +++ b/Windows/ZabbixAgent/.gitignore @@ -0,0 +1,8 @@ +# Ignore configuration file with sensitive information +config.json +Test-* +Test_* +test-* +test_* +* copy.* +* copy * \ No newline at end of file -- GitLab