From 4e4134f8b2c1611e7d40074af55dcef75476016f Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 1 Jan 2025 00:01:12 +0530 Subject: Initial commit --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b462cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +node_modules + +# Output +.output +.vercel +.netlify +.wrangler +/.svelte-kit +/build + +# OS +.DS_Store +Thumbs.db + +# Env +.env +.env.* +!.env.example +!.env.test + +# Vite +vite.config.js.timestamp-* +vite.config.ts.timestamp-* -- cgit v1.2.3-57-g22cb