What files generated by Bit are clear to be included in .gitignore? What are the best practices regarding using Bit and Git combined?
Asked
Active
Viewed 474 times
1 Answers
1
Bitsrc create 3 main assets:
bit.json
- should be committed to source control..bitmap
- should be committed to source control..bit
if git isn't used or.git/bit
folder if git is used. This shouldn't be committed to git and should be synced withbit import
command right after a clone.

qballer
- 2,033
- 2
- 22
- 40
-
1more info on `bit init`, its side-effects and what needs to be committed to Git (and why) - https://docs.bitsrc.io/docs/initializing-bit.html – itaymendel Nov 13 '18 at 08:51