Git

Git Ignore Eclipse .Settings .Project .Classpath

Remove from cache and add into gitignore files. Annoying issues modified: ../my-core/.settings/org.eclipse.wst.common.project.facet.core.xml modified: src/main/resources/logback.xml modified: src/main/resources/sandbox/persistence.properties Use follow commads to remove from cache git rm –cached .project git rm –cached .classpath git rm –cached -r .settings Example git rm –cached