Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosKozak committed Oct 24, 2023
1 parent c1d388d commit 5fd2db9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/local.properties
.DS_Store
*/jacoco.exec
*/output-metadata.json
/build
/captures
*.apk
Expand All @@ -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/*

0 comments on commit 5fd2db9

Please sign in to comment.