forge/.gitignore

28 строки
457 B
Plaintext

.nyc_output
.vscode
*.lcov
/coverage
dist
docs
doc
node_modules
yarn-error.log
**/.npmignore
!/.npmignore
**/tsconfig.json
!/tsconfig.json
!packages/template/*/tmpl/tsconfig.json
**/tslint.json
!/tslint.json
**/yarn.lock
!/yarn.lock
packages/*/*/index.ts
packages/.old
packages/utils/types/index.d.ts
packages/maker/**/README.md
packages/publisher/**/README.md
packages/plugin/**/README.md
packages/api/cli/README.md
!packages/**/base/README.md
!/README.md