add ignore file

This commit is contained in:
jamesfalkner
2019-06-14 10:32:20 -04:00
parent ccc6a3071e
commit 5c46a1b96c
2 changed files with 30 additions and 0 deletions

30
.gitignore vendored Normal file
View File

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

0
files/.gitkeep Normal file
View File