From bdba7f5c449c0ac77bbd2420c5bc086a7e369a91 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 24 Jun 2025 08:53:58 +0200 Subject: Initial commit of client Using svelte --- client/.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 client/.gitignore (limited to 'client/.gitignore') diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..3b462cb --- /dev/null +++ b/client/.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-70-g09d2