Skip to content

Commit 6cb18b2

Browse files
tools/ui: restore Tailwind scanning in ignored worktrees (ggml-org#24879)
1 parent 277a105 commit 6cb18b2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tools/ui/sources.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(UI_SOURCE_GLOBS
88
set(UI_SOURCE_FILES
99
package.json
1010
package-lock.json
11+
src/.gitignore
1112
vite.config.ts
1213
svelte.config.js
1314
tsconfig.json

tools/ui/src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!*

0 commit comments

Comments
 (0)