Skip to content

Commit

Permalink
fix(android): prevent high cpu usage in Android Studio (#11571)
Browse files Browse the repository at this point in the history
* fix(android): prevent high cpu usage in Android Studio

* fix(android): include additional inspections from jquick

* fix(android): exclude inspection profile from git

* chore(android): moved gitignore for inspectionsProfiles

- Fixed gitignore setting for "inspectionProfiles". Wasn't working in previous commit.

Co-authored-by: Joshua Quick <jquick@axway.com>
  • Loading branch information
garymathews and jquick-axway committed Apr 15, 2020
1 parent 1315d85 commit 11dff9d
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.gradle/
.idea/*
!/.idea/codeStyles/
!/.idea/inspectionProfiles/
.project/
.settings/
build/
Expand Down
162 changes: 162 additions & 0 deletions android/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11dff9d

Please sign in to comment.