# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules /.pnp .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # testing /coverage # next.js /.next/ /out/ # stray build cache from a build run one level up /cameras/ # MediaMTX binary installed by `npm run video:install` (vrek dec-xkn4z0e) /bin/ # production /build # misc .DS_Store *.pem # debug npm-debug.log* yarn-debug.log* yarn-error.log* .pnpm-debug.log* # env files (can opt-in for committing if needed) .env* # vercel .vercel # typescript *.tsbuildinfo next-env.d.ts # camera credentials store (passwords) /.data/ /snapshot.jpg # vrek: the SQLite database is local state; commit the export (.vrek/log.ndjson) instead /.vrek/*.db /.vrek/*.db-* # Built CLI modules (npm run build:cli) /dist/ # Packed tarballs /*.tgz /.next-build/