From 472c18a99851397939351dd4cfc50220c84dc4c2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Oct 2023 18:08:15 -0500 Subject: Initial skeleton (hehe) commit Signed-off-by: Matt Strapp --- clients/www/.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 clients/www/.gitignore (limited to 'clients/www/.gitignore') diff --git a/clients/www/.gitignore b/clients/www/.gitignore new file mode 100644 index 0000000..b8f5758 --- /dev/null +++ b/clients/www/.gitignore @@ -0,0 +1,12 @@ +.DS_Store +node_modules +/build +/.svelte-kit +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-* + +/dev-dist \ No newline at end of file -- cgit v1.2.3