Added maven project.
This commit is contained in:
parent
b175ad4f4c
commit
927919b18b
2 changed files with 76 additions and 9 deletions
19
examples/java/.gitignore
vendored
19
examples/java/.gitignore
vendored
|
@ -1,16 +1,16 @@
|
|||
**/.idea/dictionaries
|
||||
**/.idea/gradle.xml
|
||||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
*.iws
|
||||
.DS_Store
|
||||
.classpath
|
||||
.DS_Store
|
||||
.gradle
|
||||
.kobalt
|
||||
.nb-gradle
|
||||
.project
|
||||
.settings
|
||||
*.iws
|
||||
**/.idea/dictionaries
|
||||
**/.idea/gradle.xml
|
||||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
/bin
|
||||
/build
|
||||
/deploy
|
||||
|
@ -23,6 +23,7 @@
|
|||
/proguard-project.txt
|
||||
/project.properties
|
||||
/test-output
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
kobaltBuild
|
||||
kobaltBuild
|
||||
target
|
||||
Thumbs.db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue