From c336c1c7f879318ed421a28df5bc9c4eaf1713c8 Mon Sep 17 00:00:00 2001 From: Metacube Date: Mon, 13 Apr 2026 11:24:04 +0200 Subject: [PATCH] Ignore Visual Studio workspace files in TrafagSalesExporter --- TrafagSalesExporter/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TrafagSalesExporter/.gitignore diff --git a/TrafagSalesExporter/.gitignore b/TrafagSalesExporter/.gitignore new file mode 100644 index 0000000..4d6b02d --- /dev/null +++ b/TrafagSalesExporter/.gitignore @@ -0,0 +1,8 @@ +# Build artifacts +bin/ +obj/ + +# Visual Studio user/IDE files +.vs/ +*.user +*.suo