From fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 13 Sep 2023 15:14:25 -0500 Subject: Initial commit Get the skeleton (hehe) started --- app/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/.gitignore (limited to 'app/.gitignore') diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..6635cf5 --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,10 @@ +.DS_Store +node_modules +/build +/.svelte-kit +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-* -- cgit v1.2.3