Save as branch
This commit is contained in:
parent
00cb3c2b8c
commit
5447241c89
34 changed files with 538 additions and 43 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -6,8 +6,13 @@
|
|||
.classpath
|
||||
.project
|
||||
api/
|
||||
libs/
|
||||
*.iml
|
||||
|
||||
.gradle/
|
||||
|
||||
*.lock
|
||||
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
@ -103,6 +108,7 @@ $RECYCLE.BIN/
|
|||
*.lnk
|
||||
|
||||
target/
|
||||
build/
|
||||
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
|
@ -118,3 +124,4 @@ buildNumber.properties
|
|||
|
||||
# Common working directory
|
||||
run/
|
||||
/.gradle/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue