20 lines
216 B
Plaintext
20 lines
216 B
Plaintext
# ignore everything unrelated to the source code
|
|
.vscode
|
|
.prettierrc.yml
|
|
docs/
|
|
lib/
|
|
script/
|
|
test/
|
|
.gitattributes
|
|
tsconfig.json
|
|
.yarnrc
|
|
vendor/
|
|
yarn-error.log
|
|
*.tgz
|
|
build
|
|
jest.json
|
|
.node-version
|
|
.github
|
|
src
|
|
dist/test
|