23 lines
252 B
Text
23 lines
252 B
Text
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# build
|
||
|
/build/
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env
|
||
|
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
|
||
|
.nyc_output
|
||
|
coverage
|
||
|
|
||
|
production.env
|
||
|
|
||
|
package-lock.json
|
||
|
pnpm-lock.yaml
|