Skip to content

Commit 1add634

Browse files
authored
Update .gitignore (twbs#28493)
Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up.
1 parent 43eb6b1 commit 1add634

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Ignore docs files
22
/_gh_pages/
3+
# This is the old Jekyll docs dist folder;
4+
# keeping it here so that when we switch branches it doesn't show up
5+
/site/docs/**/dist/
36
/site/static/**/dist/
47
/resources/
58

0 commit comments

Comments
 (0)