2016-08-17 17:13:10 +08:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Dependency directory
|
2020-09-16 07:27:51 +08:00
|
|
|
**/node_modules/**
|
2017-10-07 21:43:55 +08:00
|
|
|
_node_modules
|
2021-02-17 06:37:17 +08:00
|
|
|
.pnp.cjs
|
2016-08-17 17:13:10 +08:00
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
2016-01-28 13:59:21 +08:00
|
|
|
.tmp
|
2016-02-01 18:22:05 +08:00
|
|
|
_docpress
|
2016-09-09 05:48:23 +08:00
|
|
|
|
|
|
|
lib
|
2020-11-22 20:17:24 +08:00
|
|
|
dist
|
2020-03-12 17:30:44 +08:00
|
|
|
tsconfig.tsbuildinfo
|
2016-12-24 19:45:13 +08:00
|
|
|
|
|
|
|
# Visual Studio Code configs
|
|
|
|
.vscode/
|
2017-07-10 04:20:15 +08:00
|
|
|
|
2017-12-31 06:15:42 +08:00
|
|
|
# JetBrains IDEs
|
|
|
|
.idea/
|
|
|
|
|
2017-07-10 04:20:15 +08:00
|
|
|
# pnpm uses npm for publishing a new version with
|
|
|
|
# dependencies bundled but the npm lockfile is not needed
|
|
|
|
# because pnpm use pnpm for installation
|
|
|
|
package-lock.json
|
2018-05-12 04:02:24 +08:00
|
|
|
|
|
|
|
__package_previews__
|
2018-08-18 05:11:07 +08:00
|
|
|
.store
|
2018-09-29 20:08:30 +08:00
|
|
|
|
|
|
|
privatePackages/store
|
2019-10-27 05:04:18 +08:00
|
|
|
|
|
|
|
## Verdaccio storage
|
|
|
|
storage
|
2020-07-22 02:45:32 +08:00
|
|
|
|
|
|
|
yarn.lock
|
2021-08-02 04:23:09 +08:00
|
|
|
|
|
|
|
RELEASE.md
|
2022-01-19 06:13:13 +08:00
|
|
|
|
|
|
|
.jest-cache
|
2022-06-01 07:48:58 +08:00
|
|
|
.verdaccio-cache
|
2022-04-30 08:44:06 +08:00
|
|
|
.turbo
|
2023-02-02 09:34:16 +08:00
|
|
|
|
|
|
|
## custom modules-dir fixture
|
|
|
|
__fixtures__/custom-modules-dir/**/fake_modules/
|