Skip to content

Instantly share code, notes, and snippets.

@sojw
Created December 4, 2017 01:53
Show Gist options
  • Select an option

  • Save sojw/535794bff858c8f9405ffb1ef95e9a3d to your computer and use it in GitHub Desktop.

Select an option

Save sojw/535794bff858c8f9405ffb1ef95e9a3d to your computer and use it in GitHub Desktop.
java project 용 gitignore
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# local logs
logs/
# Maven
**/target/
deploy
classes/
*.releaseBackup
release.properties
mvnw.cmd
mvnw
# eclipse
.settings/
.project
.classpath
# tomcat
**/catalina.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment