Hi,<div><br></div><div>Since a few days, my realm's code is now in a git repository on <a href="http://github.com">github.com</a> .</div><div>Yanel is still fetched from SVN of course.</div><div>On top of this, I work with Eclipse and the target directory for built class files is <realmroot>/build:</div>
<div>- /build/classes</div><div>- /build/lib</div><div><br></div><div>As you don't want to commit all classes into git, I initially configured "build" into the ignore list at</div><div>- <realmroot>/.git/info/exclude</div>
<div><br></div><div>But today I noticed, that also the "build" directory inside resources, e.g.  <root of a resource>/src/build/* , are NOT commited.</div><div><br></div><div>A small change solves this issue, just tell git to ignore the build directory in the realm's root folder:</div>
<div>So, this is now in the exclude file:</div><div><div>.DS_Store</div><div>.svn</div><div>/build</div><div><br></div><div>Cheers</div><div>Balz</div></div><div title="signature"> </div>