Skip to content

Instantly share code, notes, and snippets.

@navichok26
Created February 8, 2020 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navichok26/38a1689fd2cc9ba71b5d1ba5fbd561c2 to your computer and use it in GitHub Desktop.
Save navichok26/38a1689fd2cc9ba71b5d1ba5fbd561c2 to your computer and use it in GitHub Desktop.
file .gitignote for intellijIDEA Spring boot progect
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment