Author: Mingch

Mingch is a software engineer who helps startups on software development. My expertise offer in mobile development, web development projects, as well as private consultations.

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