What libgdx project files can I ignore from version control?
- by Zhen
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?