Skip to content

Commit bd60c8e

Browse files
committed
chore(tailwind): anchor the cn-tables scratch dir ignore
Was an unanchored `.cn-check/`, which would ignore a directory of that name anywhere in the tree; the check script only ever creates it under packages/emcn.
1 parent 4d5c2cb commit bd60c8e

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ __pycache__/
108108
# anything added there later.
109109
/uploads
110110

111-
# Scratch dir for `bun run cn:check` in packages/emcn (regenerates the cn
112-
# lookup tables to a throwaway path and diffs them against the committed copy).
113-
.cn-check/
111+
# Scratch dir for `check:cn-tables` (regenerates the cn lookup tables to a
112+
# throwaway path and diffs them against the committed copy). Anchored to the one
113+
# directory the script actually creates, so an unrelated `.cn-check` elsewhere
114+
# is not silently hidden.
115+
/packages/emcn/.cn-check/

0 commit comments

Comments
 (0)