gdx-setup-ui
gdx-setup-ui copied to clipboard
Create ignore files for version control
It would be nice if there was a option for creating and or updating a hgignore, gitignore that ignore the build result and eclipse user files.
Interesting. I agree for the bin/ folder, but what do you call user files?
Not really familiar with eclipse(still learning), but visual studio creates user files for user settings. I don't know if the same thing applies to eclipse though.
Eclipse create a .settings repository with the compilation options (JVM version, GWT main module, etc). However, most user settings are stored in the .workspace/ folder that the IDE creates the first time you launch it. Since this folder is not part of your projects, you don't have to exclude it manually :)
I'll add support for filtering the bin/ folder however, that can be a good idea.
Arg, I'm still not familiar with github, I tough "close" was to close the page...