Skip to content

Instantly share code, notes, and snippets.

@raphaeladrien
Created March 11, 2024 18:13
Show Gist options
  • Save raphaeladrien/dd3894cb45d019f8f3b17a3b3106a406 to your computer and use it in GitHub Desktop.
Save raphaeladrien/dd3894cb45d019f8f3b17a3b3106a406 to your computer and use it in GitHub Desktop.
.gradle
/build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### Log files ###
*.log
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.editorconfig
.terraform
terraform-files/dev/secrets.sh
terraform-files/nonprod/secrets.sh
init.sh
# Packages
*.jar
*.pom
# Exceptions
!gradle/wrapper/gradle-wrapper.jar
!libs/**/*.jar
!libs/**/*.pom
test_results/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment