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