Skip to content

Instantly share code, notes, and snippets.

@ferran1
Created March 24, 2020 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferran1/52bd942eea5481f4240e6933c3935608 to your computer and use it in GitHub Desktop.
Save ferran1/52bd942eea5481f4240e6933c3935608 to your computer and use it in GitHub Desktop.
##############################
##Java
##############################
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*
##############################
##Maven
##############################
target/
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
##############################
##IntelliJ
##############################
out/
.idea/
.idea_modules/
*.iml
*.ipr
*.iws
##############################
##OSX
##############################
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment