56 lines
547 B
Plaintext
56 lines
547 B
Plaintext
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Environment variables
|
|
.env.local
|
|
.env.production
|
|
|
|
# Database
|
|
/data/*.db
|
|
/data/*.sqlite
|
|
/data/*.db-*
|
|
/data/*.db-shm
|
|
/data/*.db-wal
|
|
/data/*.sqlite-shm
|
|
/data/*.sqlite-wal
|
|
!/data/.gitkeep
|
|
*.db
|
|
*.sqlite
|
|
|
|
# mosquitto
|
|
|
|
/mosquitto/config/*.txt
|
|
/mosquitto/logs/*.log
|