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