ruby - Chef: should I be checking "syntaxcache" files into version control? -
i'm learning chef , keeping chef-repo
in version control. when use knife cookbook upload
, run git status
see bunch of new files in .chef/syntaxcache
. this:
.chef/syntaxcache/8ab66bdf1ceb07273f7b3d71f483fbd84be595e845e90ffcbeb0ba6d22f684b0
should adding these version control or put pattern in .gitignore
leave them out?
no, stuff under .chef
temp files. (i think) rendered versions of erb templates can run ruby syntax checker on them. i'm kind of surprised don't delete them afterwards though, that's bug.
Comments
Post a Comment