Skip to content

Commit

Permalink
chore: ignore yarn.lock in subdirectories
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 18, 2020
1 parent 167e4f2 commit 7621776
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
node_modules
.nyc_output
.vscode
/coverage
dist
docs
doc
node_modules
yarn-error.log
packages/.old
**/.npmignore
!/.npmignore
**/tsconfig.json
!/tsconfig.json
!packages/template/*/tmpl/tsconfig.json
**/tslint.json
!/tslint.json
!packages/template/*/tmpl/tslint.json
docs
doc
.vscode
**/.npmignore
!/.npmignore
**/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
packages/*/*/index.ts
.nyc_output
/coverage

0 comments on commit 7621776

Please sign in to comment.