Remove Eclipse metafile ignores.
IDE users should ignore metafiles for their preferred IDE once in their own global .gitignore instead of burdening every project in the Universe with ignore directives. Create ~/.gitconfig, add to it: [core] excludesfile = ~/.gitignore Create ~/.gitignore, add to it: /.classpath /.project /.settings/
This commit is contained in:
@@ -1,8 +1 @@
|
||||
/target/
|
||||
|
||||
#
|
||||
# Eclipse project configuration files
|
||||
#
|
||||
/.settings/
|
||||
/.classpath
|
||||
/.project
|
||||
|
||||
Reference in New Issue
Block a user