From 7afc42a8b1efd8bdeb7f3fda92413f68ff0e0353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mime=20=C4=8Cuvalo?= Date: Wed, 20 Mar 2024 09:56:38 +0000 Subject: [PATCH] tooling: prettier ignore pr template (#3210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `yarn format` was causing an update `pull_request_template` which caused an error for `update-pr-template`. seems like we should just ignore it ### Change Type - [ ] `sdk` — Changes the tldraw SDK - [ ] `dotcom` — Changes the tldraw.com web app - [ ] `docs` — Changes to the documentation, examples, or templates. - [ ] `vs code` — Changes to the vscode plugin - [x] `internal` — Does not affect user-facing stuff - [x] `bugfix` — Bug fix - [ ] `feature` — New feature - [ ] `improvement` — Improving existing features - [ ] `chore` — Updating dependencies, other boring stuff - [ ] `galaxy brain` — Architectural changes - [ ] `tests` — Changes to any test code - [ ] `tools` — Changes to infrastructure, CI, internal scripts, debugging tools, etc. - [ ] `dunno` — I don't know --- .prettierignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.prettierignore b/.prettierignore index b8fb0abb0..6e46ea1c5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -16,6 +16,7 @@ apps/examples/www content.json apps/docs/utils/vector-db/index.json **/gen/**/*.md +.github/pull_request_template.md **/api-report.md **/CHANGELOG.md