ztkmkoo / dss

Asynchronous distributed server system (dss)
MIT License
19 stars 13 forks source link

[#127] update gitignore file #128

Closed RulLu16 closed 4 years ago

RulLu16 commented 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

If you have any opinion of this issue, feel free to review. :)

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 85.248% when pulling 31f1711aedc1a935cbafee8abcf97446f09bc38f on RulLu16:feature/127_update_gitignore into 97db06f503d9418aa639bec221937dff158fd4d1 on ztkmkoo:develop.