Skip to content

Instantly share code, notes, and snippets.

@alexaugustobr
Last active June 27, 2025 12:52
Show Gist options
  • Save alexaugustobr/5c1d308be3c5820170060fa88aa4f631 to your computer and use it in GitHub Desktop.
Save alexaugustobr/5c1d308be3c5820170060fa88aa4f631 to your computer and use it in GitHub Desktop.
.gitignore
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
*.db
out/
!**/src/main/**/out/
!**/src/test/**/out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment