gdx-setup-ui icon indicating copy to clipboard operation
gdx-setup-ui copied to clipboard

Create ignore files for version control

Open madeso opened this issue 12 years ago • 4 comments

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.

madeso avatar Sep 26 '12 05:09 madeso

Interesting. I agree for the bin/ folder, but what do you call user files?

AurelienRibon avatar Sep 26 '12 12:09 AurelienRibon

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.

madeso avatar Sep 26 '12 12:09 madeso

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.

AurelienRibon avatar Sep 26 '12 13:09 AurelienRibon

Arg, I'm still not familiar with github, I tough "close" was to close the page...

AurelienRibon avatar Sep 26 '12 13:09 AurelienRibon