From 3ff826fd94864f16d27906dc4536a666581b24da Mon Sep 17 00:00:00 2001 From: xaos Date: Wed, 22 Mar 2023 10:22:28 +0100 Subject: [PATCH] chore: add gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1851372 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/caddy +*.sublime-workspace +*.sublime-project