From d9f416a2e467d517e65127b42bdcbc125e360fce Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 27 Oct 2025 17:24:30 +0530 Subject: [PATCH] init --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1bff1d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +node_modules + +# misc +.DS_Store +dist +dist-ssr +*.local \ No newline at end of file