Skip to content

Instantly share code, notes, and snippets.

@maxisandoval37
Created December 4, 2023 13:47
Show Gist options
  • Save maxisandoval37/6d6cb199d49545fdf6a153b213fd6267 to your computer and use it in GitHub Desktop.
Save maxisandoval37/6d6cb199d49545fdf6a153b213fd6267 to your computer and use it in GitHub Desktop.
Java .gitignore
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### Maven ###
log/
target/
*.jar
*.war
*.ear
*.log
### Gradle ###
build/
.gradle/
*.log
### OS-specific files ###
.DS_Store
Thumbs.db
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment