github.com/ianfoo/lab@v0.9.5-0.20180123060006-5ed79f2ccfc7/.gitignore (about) 1 # Our binary 2 lab 3 4 # IntelliJ 5 .idea/ 6 7 # vim 8 *.sw* 9 *.vim 10 11 # test 12 _test 13 14 coverage* 15 vendor