Skip to content

Instantly share code, notes, and snippets.

@seujorgenochurras
Created May 1, 2023 18:44
Show Gist options
  • Save seujorgenochurras/685a94be1228c518e12e4a3f78646def to your computer and use it in GitHub Desktop.
Save seujorgenochurras/685a94be1228c518e12e4a3f78646def to your computer and use it in GitHub Desktop.
my custom gitignore
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
/src/main/resources/application.properties
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
.env
.gradle
gradle
jars
META-INF
out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment