Skip to content

Commit

Permalink
Removed .settings from .gitignore - @jpountz intended
Browse files Browse the repository at this point in the history
for it to be included to ensure consistent code styles
between eclipse and IDEA. Instead just ignore
the org.eclipse.m2e preferences
  • Loading branch information
clintongormley committed Sep 13, 2013
1 parent 714aaa4 commit 9f59a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eclipse-build
*/.project
*/.classpath
*/eclipse-build
.settings/
/.settings/org.eclipse.m2e.*

## netbeans ignores
nb-configuration.xml
Expand Down

0 comments on commit 9f59a85

Please sign in to comment.