[prettier] Ignore compiler/target (#31168)

Add missing directory to prettierignore.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31168).
* #31167
* #31166
* #31165
* #31164
* #31148
* __->__ #31168
This commit is contained in:
lauren 2024-10-10 10:53:27 -04:00 committed by GitHub
parent 38af456a49
commit 0f1127b552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@ compiler/**/.next
compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/error.todo-kitchensink.js compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/error.todo-kitchensink.js
compiler/crates compiler/crates
compiler/target
compiler/apps/playground/public compiler/apps/playground/public
compiler/**/LICENSE compiler/**/LICENSE