graspologic-js/.gitignore

33 строки
533 B
Plaintext
Исходник Обычный вид История

2020-10-21 21:51:26 +03:00
# NodeJS Outputs
2020-09-09 23:26:52 +03:00
node_modules
2020-10-21 21:51:26 +03:00
packages/*/*/lib/
packages/*/*/dist/
packages/*/*/build/
packages/*/*/storybook-static/
packages/*/*/site/
# Misc
2020-08-11 09:17:40 +03:00
*.log
2020-09-09 23:26:52 +03:00
.DS_Store
tmp/
2020-10-21 21:51:26 +03:00
.docz
monaco-bundle
# Test Output
2020-09-09 23:26:52 +03:00
coverage/
2020-10-21 21:51:26 +03:00
performance/
2020-09-09 23:26:52 +03:00
test-report.xml
report*.json
2020-10-21 21:51:26 +03:00
# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
2020-09-09 23:26:52 +03:00
# TODO: these screw with the typedoc generation - maybe just put them in docs/?
# !**/dist/docs
# !**/dist/docs/globals.md