Skip to content

Commit 74270b7

Browse files
committed
chore: add .gitattributes for generated files and update .gitignore to remove generated UI module path
1 parent 43c08a8 commit 74270b7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/ui/generated/** linguist-generated=true
2+

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ coverage
1515
# Generated assets by accuracy runs
1616
.accuracy
1717

18-
# Generated UI module (rebuilt by `pnpm build:ui`)
19-
src/ui/generated
20-
2118
.DS_Store
2219

2320
# Development tool files

src/ui/generated/tools/list-databases.ts

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)