Moving the project to a multi-level maven project to allow for separation of the adapter from the core of the project
Fixes #28
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,17 +1,10 @@
|
||||
/.classpath
|
||||
/.project
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
.gradle
|
||||
build
|
||||
|
||||
target/
|
||||
/log.roo
|
||||
|
||||
/bin/
|
||||
/*.log
|
||||
|
||||
/.idea
|
||||
/*.iml
|
||||
/*.ipr
|
||||
/*.iws
|
||||
out
|
||||
.gradletasknamecache
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
Reference in New Issue
Block a user