2020-04-13 07:34:26 -05:00
|
|
|
*.log*
|
2016-11-07 12:15:38 -05:00
|
|
|
verdaccio-*.tgz
|
2014-05-06 14:57:50 -05:00
|
|
|
.DS_Store
|
2017-11-19 10:06:57 -05:00
|
|
|
build/
|
2021-06-05 08:33:17 -05:00
|
|
|
dist/
|
2020-09-03 14:15:29 -05:00
|
|
|
.eslintcache
|
2021-06-05 08:33:17 -05:00
|
|
|
node_modules
|
2018-08-21 01:05:34 -05:00
|
|
|
|
2021-06-05 08:33:17 -05:00
|
|
|
### database
|
2018-10-12 04:07:55 -05:00
|
|
|
.verdaccio-db.json
|
|
|
|
.sinopia-db.json
|
2018-08-21 01:05:34 -05:00
|
|
|
|
2021-06-05 08:33:17 -05:00
|
|
|
### test
|
2013-12-19 10:11:54 -05:00
|
|
|
test-storage*
|
2017-03-03 18:39:26 -05:00
|
|
|
.verdaccio_test_env
|
2021-01-16 13:09:42 -05:00
|
|
|
|
2021-03-06 12:56:45 -05:00
|
|
|
# docker examples
|
|
|
|
docker-examples/v5/reverse_proxy/nginx/relative_path/storage/*
|
|
|
|
docker-examples/v5/**/storage/*
|
2020-03-03 17:59:19 -05:00
|
|
|
|
|
|
|
# jest
|
2019-10-05 09:29:50 -05:00
|
|
|
reports/
|
2017-02-03 18:29:34 -05:00
|
|
|
coverage/
|
|
|
|
|
2020-06-24 05:39:10 -05:00
|
|
|
## IDE
|
2017-04-19 14:15:52 -05:00
|
|
|
.idea/
|
2017-06-17 03:50:49 -05:00
|
|
|
|
2017-06-25 13:13:39 -05:00
|
|
|
# Compiled script
|
2020-03-03 17:59:19 -05:00
|
|
|
packages/partials
|
2020-05-20 15:45:08 -05:00
|
|
|
tsconfig.tsbuildinfo
|
2020-06-24 05:28:00 -05:00
|
|
|
|
2021-01-16 13:09:42 -05:00
|
|
|
## bundle files
|
|
|
|
packages/standalone/dist/
|
2021-06-05 08:33:17 -05:00
|
|
|
|
2021-01-16 13:09:42 -05:00
|
|
|
## ui
|
2021-03-06 12:56:45 -05:00
|
|
|
packages/plugins/ui-theme/static
|
2021-09-18 05:45:27 -05:00
|
|
|
/packages/plugins/ui-theme/src/i18n/download_translations/
|
|
|
|
!/packages/plugins/ui-theme/src/i18n/crowdin/ui.json
|
2021-09-17 14:19:50 -05:00
|
|
|
|
2020-06-24 05:28:00 -05:00
|
|
|
|
2020-08-23 02:48:25 -05:00
|
|
|
# CI Pnpm cache
|
2020-09-03 14:15:29 -05:00
|
|
|
.pnpm-store/
|
2021-06-05 08:33:17 -05:00
|
|
|
|
2024-06-15 12:59:11 -05:00
|
|
|
#docs
|
2022-10-10 01:00:09 -05:00
|
|
|
website/docs/api/**/*.md
|
|
|
|
website/docs/api/**/*.yml
|
|
|
|
!website/docs/api/index.md
|
2022-10-11 16:06:55 -05:00
|
|
|
packages/**/docs
|
2022-10-15 00:43:42 -05:00
|
|
|
|
|
|
|
# cypress
|
|
|
|
e2e/ui/cypress/videos/**/*
|
|
|
|
e2e/ui/cypress/screenshots/**/*
|
2023-01-02 14:13:45 -05:00
|
|
|
|
|
|
|
# storybook
|
|
|
|
packages/ui-components/storybook-static
|
2024-06-15 12:59:11 -05:00
|
|
|
|
|
|
|
# plugin generator
|
|
|
|
packages/tools/generator-verdaccio-plugin/generators/
|