18 строки
162 B
Plaintext
18 строки
162 B
Plaintext
|
# gitignore
|
||
|
|
||
|
coverage/
|
||
|
node_modules/
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
.nyc_output
|
||
|
lib
|
||
|
lib_test
|
||
|
input/
|
||
|
output/
|
||
|
|
||
|
# npmignore
|
||
|
|
||
|
src/
|
||
|
__tests__/
|
||
|
.vscode/
|