update .gitignore
This commit is contained in:
parent
c1d388d910
commit
5fd2db9706
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
/local.properties
|
/local.properties
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*/jacoco.exec
|
*/jacoco.exec
|
||||||
|
*/output-metadata.json
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
*.apk
|
*.apk
|
||||||
|
@ -19,6 +20,9 @@ app/.classpath
|
||||||
app/.settings/org.eclipse.buildship.core.prefs
|
app/.settings/org.eclipse.buildship.core.prefs
|
||||||
wear/.classpath
|
wear/.classpath
|
||||||
wear/.settings/org.eclipse.buildship.core.prefs
|
wear/.settings/org.eclipse.buildship.core.prefs
|
||||||
app/nsclient/*
|
app/aapsclient/*
|
||||||
app/nsclient2/*
|
app/aapsclient2/*
|
||||||
app/pumpcontrol/*
|
app/pumpcontrol/*
|
||||||
|
wear/aapsclient/*
|
||||||
|
wear/aapsclient2/*
|
||||||
|
wear/pumpcontrol/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue