Compare commits

...

No commits in common. "47e80fcb88ae3d3600261bb5c8487d939ba46c95" and "3568e4af491a2ab39e8066f0f31ba0cedccf69bc" have entirely different histories.

2 changed files with 35 additions and 1 deletions

34
.gitignore vendored 100644
View File

@ -0,0 +1,34 @@
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/
### VS Studio ###
.vs/

View File

@ -1 +1 @@
-rm
rm