Skip to content

Commit f7998e7

Browse files
committed
[INTERNAL] Prevent untracked files when switching branches
1 parent bb5fdcb commit f7998e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,17 @@ yarn.lock
5555
deploy_key
5656

5757
# Custom directories
58-
test/tmp/
58+
**/test/tmp/
5959
jsdocs/
6060
site/
6161

6262
# Custom files
6363
docs/pages/CLI.md
64+
65+
# Additional pattern from "main" branch to prevent untracked files when switching to v4:
66+
67+
# Documentation
68+
packages/documentation/docs/pages/CLI.md
69+
packages/documentation/.vitepress/dist
70+
packages/documentation/.vitepress/cache
71+
packages/documentation/dist

0 commit comments

Comments
 (0)