essex-js-toolkit/.gitignore

40 строки
521 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

2020-10-21 19:46:22 +03:00
# Node Artifacts
2020-07-28 02:20:02 +03:00
node_modules
javascript/*/src/**/*.js
javascript/*/lib/
javascript/*/dist/
javascript/*/storybook-static/
javascript/*/docsTemp/
python/*/site/
site/
2022-02-03 21:41:34 +03:00
.swc/
.turbo/
2020-10-21 19:46:22 +03:00
# Test Output
2020-07-28 02:20:02 +03:00
coverage/
.coverage
coverage.xml
htmlcov/
2020-07-28 02:20:02 +03:00
licenses.txt
2020-08-18 00:14:42 +03:00
2020-10-21 19:46:22 +03:00
# Random
.DS_Store
*.log*
.env
2020-10-21 19:46:22 +03:00
2020-08-18 00:14:42 +03:00
# https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored
.yarn/*
2022-02-03 20:35:20 +03:00
!.yarn/patches
2020-08-18 00:14:42 +03:00
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
2022-02-03 20:35:20 +03:00
.pnp.*
# Python Artifacts
.venv/
__pycache__/
output/
python/*/dist/
tests/integration