19 lines
144 B
Text
19 lines
144 B
Text
|
# dependencies
|
||
|
/node_modules
|
||
|
|
||
|
# IDE
|
||
|
/.idea
|
||
|
/.awcache
|
||
|
/.vscode
|
||
|
|
||
|
# misc
|
||
|
npm-debug.log
|
||
|
.DS_Store
|
||
|
|
||
|
# tests
|
||
|
/test
|
||
|
/coverage
|
||
|
/.nyc_output
|
||
|
|
||
|
# dist
|
||
|
dist
|