What to put in gitignore when using bii with Travis

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.

Can someone provide an example of which bii files and folders that I should ignore in my .gitignorecontinuous integration?

+4
source share
2 answers

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 , .

+6

, - :

# BiiCode
bii/
+4

All Articles