Good .gitignore for typical JME3 project

Hi,

I’m planning to use a GitHub repository to host a JME3 project that extends SimpleApplication. Can anyone recommend what a good .gitignore file looks like for such a project? In particular, I can’t tell if the nbproject contents are crucial for keeping in a Git repository.

Thanks.

Isn’t git support built into netbeans? Just tell netbeans to commit the project to git and it will only commit the files you need. (at least that is what it does with SVN).

Yep, just use the internal commit tools to commit the project and it will do all that for you.

/nbproject/private
/build
/dist
/.dll
/
.so