I am experimenting with customizing CI with Travis and bii. There is documentation available on the biicode website , including an example file ignore.biithat relates to publication blocks.
ignore.bii
Can someone provide an example of which bii files and folders that I should ignore in my .gitignorecontinuous integration?
.gitignore
It depends on the layout of the biicode project defined in init. If you use a "simple" layout ($ bii init -L), then you must gitignore:
bii/ bin/
bii cmake, build, deps subfolders, bin ,
, project/blocks/username/blockname, biicode , .
, - :
# BiiCode bii/