From 929a6827a05f13fdddbc140e3dd4e529f30348d4 Mon Sep 17 00:00:00 2001 From: AaronFalzon Date: Wed, 9 Aug 2023 06:50:43 +1000 Subject: [PATCH] Created ignore file ignore logs & settings files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89405fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +#(cli)xml files - used to store credentials +*.xml + +#log files - local log files +*.log + +#json Files - used for troubleshooting +*.json \ No newline at end of file