43 lines
431 B
Plaintext
43 lines
431 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
.yarn
|
|
|
|
# next.js
|
|
.next
|
|
out
|
|
|
|
# production
|
|
build
|
|
dist
|
|
|
|
# PWA
|
|
**/public/workbox-*.js
|
|
**/public/sw.js
|
|
|
|
# envs
|
|
.env
|
|
.env.production
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# lockfiles
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# editors
|
|
.vscode
|
|
.theia
|
|
.idea
|
|
|
|
# misc
|
|
.DS_Store
|
|
.lighthouseci
|