-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added idea folder to gitignore #241
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
============================================
+ Coverage 36.98% 37.19% +0.21%
Complexity 45 45
============================================
Files 39 36 -3
Lines 530 527 -3
Branches 27 27
============================================
Hits 196 196
+ Misses 325 322 -3
Partials 9 9 Continue to review full report at Codecov.
|
.gitignore
Outdated
@@ -24,8 +24,9 @@ local.properties | |||
.project | |||
|
|||
# Idea IDE files | |||
/.idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the first slash?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be fine now
Can you please add exception |
idea files contain configs local to the users environment which can be completely different so it's best not to track idea files