10 lines
94 B
Plaintext
10 lines
94 B
Plaintext
.gitignore
|
|
*.json
|
|
*.ts
|
|
!*.d.ts
|
|
/test
|
|
/.nycrc.json
|
|
/.vscode
|
|
/coverage/
|
|
/.nyc_output
|
|
/circle.yml |