Skip to content

Commit

Permalink
build: ignore yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Feb 26, 2021
1 parent a3d4c8e commit 45c5a90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
*.tsbuildinfo
/.stylelintrc
/.editorconfig
/.yarn
/.pnp.js
/.yarnrc.yml
/.vscode
2 changes: 1 addition & 1 deletion tsconfig.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"excludePrivate": true,
"includeVersion": true,
"hideGenerator": true,
"exclude": "**/*.(d.ts|js|spec.ts|scss)",
"exclude": "**/*.(d.ts|js|spec.ts|scss)"
}
}

0 comments on commit 45c5a90

Please sign in to comment.