Skip to content

Instantly share code, notes, and snippets.

@smartinrub
Last active March 22, 2020 20:22
Show Gist options
  • Save smartinrub/11f72e06a93ac0bc08da0059cf49f033 to your computer and use it in GitHub Desktop.
Save smartinrub/11f72e06a93ac0bc08da0059cf49f033 to your computer and use it in GitHub Desktop.
Base .gitignore file
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### 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/
### VS Code ###
.vscode/
.mvn/wrapper/maven-wrapper.jar
.mvn/timing.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment