From edd03598cdbd7bae6821dc0a9e8e4c99e5fd74bc Mon Sep 17 00:00:00 2001 From: Andreas Lindemark <andreas.lindemark@liu.se> Date: Wed, 2 Apr 2025 18:30:29 +0200 Subject: [PATCH] Added a .gitignore --- Windows/LogFiles/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Windows/LogFiles/.gitignore diff --git a/Windows/LogFiles/.gitignore b/Windows/LogFiles/.gitignore new file mode 100644 index 0000000..8281f78 --- /dev/null +++ b/Windows/LogFiles/.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