21 lines
168 B
Text
21 lines
168 B
Text
|
.idea/
|
||
|
.vscode/
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/target
|
||
|
/public
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
.env
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|