Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit f4815aa

Browse files
authored
Add back 'ui/assets/' to .prettierignore (#58056)
This line was removed in #57365 but it seems it causes `sg lint --fix format` to format all the generated JS and JSON files inside ui/assets/ and is thus rather slow. I believe this folder can be safely ignored.
1 parent 9f6eea0 commit f4815aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ internal/database/migration/shared/data/**/*.json
1111
cmd/xlang-python/python-langserver/
1212
package-lock.json
1313
package.json
14+
ui/assets/
1415
src-tauri/assets/
1516
src-tauri/target/
1617
vendor/

0 commit comments

Comments
 (0)