ztkmkoo / dss

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

Update gitignore file #127

Closed ztkmkoo closed 4 years ago

ztkmkoo commented 4 years ago

We need update gitignore file for intellij idea files.

Basically, we need

# Intellij
.idea/
*.iml
*.iws

# Mac
.DS_Store

And threre may be extra config.

RulLu16 commented 4 years ago

Ok, I'll do this.