Skip to content

Instantly share code, notes, and snippets.

@AllanCapistrano
Created October 21, 2021 19:08
Show Gist options
  • Save AllanCapistrano/00e26d8df41ffaa2db1907a0160d8f02 to your computer and use it in GitHub Desktop.
Save AllanCapistrano/00e26d8df41ffaa2db1907a0160d8f02 to your computer and use it in GitHub Desktop.
Java gitignore
# 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
pom.xml.bak
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# Gradle
bin/
build/
.gradle
.gradletasknamecache
gradle-app.setting
!gradle-wrapper.jar
# IntelliJ
out/
.idea/
.idea_modules/
*.iml
*.ipr
*.iws
# Eclipse
.settings/
bin/
tmp/
.metadata
.classpath
.project
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
.factorypath
# NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
# Visual Studio Code
.vscode/
.code-workspace
# OS X
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment