production ready
This commit is contained in:
+17
@@ -1,4 +1,13 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
.pnpm-store
|
||||
.npm
|
||||
.yarn
|
||||
|
||||
# Local Convex state
|
||||
.convex/local
|
||||
.convex/_generated
|
||||
.convex/*.log
|
||||
|
||||
# Output
|
||||
.output
|
||||
@@ -8,6 +17,7 @@ node_modules
|
||||
/.svelte-kit
|
||||
/build
|
||||
/dist
|
||||
/coverage
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
@@ -22,3 +32,10 @@ Thumbs.db
|
||||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
Reference in New Issue
Block a user