Skip to content

Instantly share code, notes, and snippets.

@HeathLoganCampbell
Created November 15, 2019 04:01
Show Gist options
  • Save HeathLoganCampbell/2c4e5e48fa31f6f590ce357ca015af1e to your computer and use it in GitHub Desktop.
Save HeathLoganCampbell/2c4e5e48fa31f6f590ce357ca015af1e to your computer and use it in GitHub Desktop.
A gitignore file for mac
# Generated files
target/
plugins/
**/target/
# Mac
.DS_Store
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Maven
log/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment