commit d9f416a2e467d517e65127b42bdcbc125e360fce Author: Vishesh 'ironeagle' Bangotra Date: Mon Oct 27 17:24:30 2025 +0530 init 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