What of Eclipse project .metadata can I safely ignore in Git/Mercurial?

GitHub is maintaining a community “gitignore” project that catalogs suggested filespecs for ignores for various platforms, editors and languages: https://github.com/github/gitignore

Eclipse ignores are here: https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore

(If there are other filespecs that they should know about, let them know!)

Leave a Comment