35 lines
248 B
Plaintext
35 lines
248 B
Plaintext
|
# dependencies
|
||
|
node_modules
|
||
|
.npm
|
||
|
|
||
|
# next.js
|
||
|
.next
|
||
|
out
|
||
|
|
||
|
# production
|
||
|
build
|
||
|
dist
|
||
|
|
||
|
# testing
|
||
|
coverage
|
||
|
|
||
|
# PWA
|
||
|
**/workbox-*.js
|
||
|
**/sw.js
|
||
|
|
||
|
# envs
|
||
|
.env
|
||
|
.env.production
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
|
||
|
# editors
|
||
|
.vscode
|
||
|
.theia
|
||
|
.idea
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.lighthouseci
|