Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ commcare-odk-test/gen/*
*.swp
*.iml
*.db
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to remove *.properties and **/.settings/ from .gitignore in order for these 2 files within the unit-tests directory to be properly recognized as having moved: https://github.com/dimagi/commcare-android/blob/master/unit-tests/.settings/org.eclipse.jdt.core.prefs and https://github.com/dimagi/commcare-android/blob/master/unit-tests/resources/robolectric.properties. I'm not sure how they were previously being recognized with these lines in there.

*.properties
.hg*
.svn*
/app/.cache
Expand All @@ -28,12 +27,11 @@ app/.settings/*
app/app.iml
out/
test-app/test-app.iml
**/.settings/
app/libs/commcare-libraries.jar
app/libs/javarosa-libraries.jar
**/local.properties
.gradle/
build/
**/*~
gradle/
/google-services.json
app/google-services.json
Loading