75 lines
763 B
Plaintext
75 lines
763 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
vite-lfg/
|
|
lfg/
|
|
lfg
|
|
vite-lfg
|
|
/db/
|
|
|
|
start.sh
|
|
supabase.sh
|
|
|
|
|
|
*.DS_Store
|
|
|
|
**/certificates/
|
|
**/node_modules/
|
|
**/dist/
|
|
**/.next/
|
|
**/.vercel/
|
|
**/.DS_Store
|
|
**/.env*
|
|
tests/
|
|
!server/tests
|
|
|
|
# **/.npmrc
|
|
|
|
**/test.nnb
|
|
**/scripts.nnb
|
|
**/scripts
|
|
server/test.nnb
|
|
server/src/test.nnb
|
|
|
|
|
|
pull.sh
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
*.rdb
|
|
|
|
packages/useautumn |