From 098125ac9e4d16b5714e56e483a0bac3ca3375b0 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 15 Feb 2026 21:42:23 +0100 Subject: [PATCH] Add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bcce17d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.env +*.code-workspace +*.yaml.old +*.yml.old +*.old \ No newline at end of file