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
|
||||
.DS_Store
|
||||
*/jacoco.exec
|
||||
*/output-metadata.json
|
||||
/build
|
||||
/captures
|
||||
*.apk
|
||||
|
@ -19,6 +20,9 @@ app/.classpath
|
|||
app/.settings/org.eclipse.buildship.core.prefs
|
||||
wear/.classpath
|
||||
wear/.settings/org.eclipse.buildship.core.prefs
|
||||
app/nsclient/*
|
||||
app/nsclient2/*
|
||||
app/aapsclient/*
|
||||
app/aapsclient2/*
|
||||
app/pumpcontrol/*
|
||||
wear/aapsclient/*
|
||||
wear/aapsclient2/*
|
||||
wear/pumpcontrol/*
|
||||
|
|
Loading…
Reference in a new issue