What libgdx project files can I ignore from version control?

Posted by Zhen on Game Development See other posts from Game Development or by Zhen
Published on 2012-12-03T19:44:16Z Indexed on 2014/06/04 15:47 UTC
Read the original article Hit count: 207

Filed under:
|

In an automatically created libgdx project, what files can I safely tell Git (or other revision control systems) to ignore?

I'm considering these:

*-android/.settings/
*-android/bin/
*-desktop/.settings/
*-desktop/bin/
*-html/.settings/
*-html/gwt-unitCache/
*-html/war/WEB-INF/classes/
*-html/war/WEB-INF/deploy/
*-html/war/assets/
*-html/war/
*/.settings/
*/bin/

Am I missing some? Is there a complete list somewhere?

© Game Development or respective owner

Related posts about libgdx

Related posts about version-control