jMonkeyEngine / jmonkeyengine

A complete 3-D game development suite written in Java.
http://jmonkeyengine.org
BSD 3-Clause "New" or "Revised" License
3.75k stars 1.12k forks source link

Cleanup .gitignore #134

Closed djmittens closed 10 years ago

djmittens commented 10 years ago

Maybe i am missing something but perhaps we could cleanup the .gitignore file so instead of the full paths everywhere for the build folder we could just ignore a global build folder build/ and if that includes some folder that we do in fact want to keep maybe rename that folder? Because the ignore file has a ridiculous amount of redundant folder names.

/.gradle/
/.nb-gradle/private/
/jme3-core/build/
/jme3-plugins/build/
/jme3-desktop/build/
/jme3-android-native/build/
/jme3-android/build/
/jme3-blender/build/
/jme3-effects/build/
/jme3-bullet/build/
/jme3-terrain/build/
/jme3-bullet-native/build/
/jme3-jogg/build/
/jme3-jbullet/build/
/jme3-lwjgl/build/
/jme3-networking/build/
/jme3-niftygui/build/
/jme3-testdata/build/
/jme3-examples/build/
/jme3-jogl/build/
/dist/
....
Nehon commented 10 years ago

That's not really an issue...idk how it's been done, but it has probably been generated on the first push. As long as it's working, I don't see the urge to change it...

danielwegener commented 10 years ago

I think those things are called technical depts and have something to do with software quality. And I heard that refactorings towards simplicity, thats what changing working things is, have a reason. So the question should be: why not make it simpler if someone is willing to do it?

normen commented 10 years ago

I heard this topic is closed.