Skip to content

Commit bbb71e0

Browse files
sideshowbarkerAutomatedTester
authored andcommitted
Add .cache to .gitignore
This should fix the CI failures — the cause here of which is that Bikeshed generates a .cache directory containing some files that Bikeshed uses internally. So we need to tell git to not let those files be committed. Otherwise, without this change, spec-prod appears to be committing those files to the publishing branch (gh-pages) but then is subsequently unable to overwrite them.
1 parent 34d0b5b commit bbb71e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.DS_Store
2+
.cache

0 commit comments

Comments
 (0)