Closed RulLu16 closed 4 years ago
Resolves #127
I add some ignore for IntelliJ, MacOS and CMake by using this, https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
And I think we need to discuss what to add or update. I'm not sure which one is better between using
.idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf
to ignore some of .idea
or just using
.idea/ to ignore all of .idea
.idea/
If you have any opinion of this issue, feel free to review. :)
Coverage remained the same at 85.248% when pulling 31f1711aedc1a935cbafee8abcf97446f09bc38f on RulLu16:feature/127_update_gitignore into 97db06f503d9418aa639bec221937dff158fd4d1 on ztkmkoo:develop.
Resolves #127
I add some ignore for IntelliJ, MacOS and CMake by using this, https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
And I think we need to discuss what to add or update. I'm not sure which one is better between using
to ignore some of .idea
or just using
.idea/
to ignore all of .ideaIf you have any opinion of this issue, feel free to review. :)