first commit
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user