From 7c923ef405a9128b8a0367094fce99833ec99c54 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 7 Apr 2024 09:59:03 +0100 Subject: Adds .helix editor config to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bce8711..b53f556 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ npm-debug.log* .env .env.production .DS_Store +.helix .vscode dist/ .astro/ -- cgit v1.2.3