diff --git a/.gitignore b/.gitignore index 3751439..6635cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,10 @@ -# do not track installed modules -/node_modules/ -/.vscode/ - -# do not track built files -/.next/ -*.tsbuildinfo -next-env.d.ts - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* -.pnpm-debug.log* - -# production -/build/ -/data/ -/confs/ -/private/ \ No newline at end of file +.DS_Store +node_modules +/build +/.svelte-kit +/package +.env +.env.* +!.env.example +vite.config.js.timestamp-* +vite.config.ts.timestamp-*