init
This commit is contained in:
commit
519b43e9f8
29 changed files with 1043 additions and 0 deletions
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
|
@ -0,0 +1,47 @@
|
|||
|
||||
.bun
|
||||
.DS_Store
|
||||
.env
|
||||
.env.*
|
||||
.env.development.local
|
||||
.env.local
|
||||
.env.production.local
|
||||
.env.test.local
|
||||
!.env.example
|
||||
.netlify
|
||||
.output
|
||||
.pnp.js
|
||||
.vercel
|
||||
.vercel
|
||||
*.log
|
||||
*.pem
|
||||
**/*.bun
|
||||
**/*.log
|
||||
**/*.tar.gz
|
||||
**/*.tgz
|
||||
**/*.trace
|
||||
**/*.zip
|
||||
/.next/
|
||||
/.pnp
|
||||
/.svelte-kit
|
||||
/~
|
||||
/build
|
||||
/coverage
|
||||
/node_modules
|
||||
/out/
|
||||
/package
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
package-lock.json
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
**/*.sqlite3
|
||||
**/*.sqlite3-shm
|
||||
**/*.sqlite3-wal
|
||||
**/*.sqlite
|
||||
**/*.sqlite-shm
|
||||
**/*.sqlite-wal
|
||||
**/*.db
|
||||
**/*.db-shm
|
||||
**/*.db-wal
|
Loading…
Add table
Add a link
Reference in a new issue