From 8a0431f9e7527331b5684669f1b2e6c85a4552a2 Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Thu, 16 Apr 2026 14:04:35 +0200 Subject: [PATCH] Add .gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22aa149 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Distribution +dist/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Logs +*.log \ No newline at end of file