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