27 lines
185 B
Plaintext
27 lines
185 B
Plaintext
|
# dependencies
|
||
|
node_modules
|
||
|
.npm
|
||
|
|
||
|
# production
|
||
|
build
|
||
|
|
||
|
# testing
|
||
|
coverage
|
||
|
|
||
|
# envs
|
||
|
.env
|
||
|
.env.production
|
||
|
|
||
|
# debug
|
||
|
npm-debug.log*
|
||
|
|
||
|
# editors
|
||
|
.vscode
|
||
|
.theia
|
||
|
.idea
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
tmp
|
||
|
temp
|