Commit bbb71e0
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments