onexip / JarBundler

JarBundler is a feature-rich Ant task which will create a Mac OS X application bundle from a list of Jar files and a main class name. You can add an Icon resource, set various Mac OS X native look-and-feel bells and whistles, and maintain your application bundles as part of your normal build and release cycle. Project moved from http://sourceforge.net/projects/jarbundler/
Apache License 2.0
74 stars 17 forks source link

.gitignore updates #3

Closed tofi86 closed 9 years ago

tofi86 commented 9 years ago

Ignore Eclipse maven settings and IntelliJ IDEA settings

This is a PullRequest because remvoing the .idea directory will most likely force you to re-import the project in IntelliJ IDEA @tobium

But it's common sense to not track IDEA and Eclipse settings in the repo.