Skip to content

Instantly share code, notes, and snippets.

@codpls
Forked from dedunumax/.gitignore Java
Created January 11, 2020 18:04
Show Gist options
  • Select an option

  • Save codpls/5ccfa7fce2dbc13af2d08d5f80a786f6 to your computer and use it in GitHub Desktop.

Select an option

Save codpls/5ccfa7fce2dbc13af2d08d5f80a786f6 to your computer and use it in GitHub Desktop.
A complete .gitignore file for Java
##########################
## Java
##########################
*.class
.mtj.tmp/
*.jar
*.war
*.ear
hs_err_pid*
##########################
## Maven
##########################
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
##########################
## IntelliJ
##########################
*.iml
.idea/
*.ipr
*.iws
out/
.idea_modules/
##########################
## Eclipse
##########################
.metadata
.classpath
.project
.settings/
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
##########################
## Eclipse
##########################
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment