add gitignore file

This commit is contained in:
sharifi 2020-10-03 11:33:57 +03:30
parent 7e56ea3303
commit 7ffa8ce6a5
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
target/
!.mvn/wrapper/maven-wrapper.jar
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/