From db5b2c1b8da6c7cc05b316161064a4693b00a3e5 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Sun, 21 May 2023 15:52:26 +0200 Subject: [PATCH] Create .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cacefb7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.env +*.code-workspace +*.old +*.yml.old \ No newline at end of file