This commit is contained in:
Josh Patra
2025-04-07 22:11:40 -04:00
parent cad94ebb85
commit 8ecb2086d1
16 changed files with 2365 additions and 18325 deletions

36
.gitignore vendored
View File

@@ -1,23 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
node_modules
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
# Output
.output
.vercel
.netlify
.wrangler
/.svelte-kit
/build
# misc
# OS
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
Thumbs.db
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*