GabriellaKamlish / BrainResection

0 stars 0 forks source link

Ignore DS_Store #1

Closed fepegar closed 4 years ago

fepegar commented 4 years ago

You can add a .gitignore file to the repo to ignore e.g. the .DS_Store macOS files. Here's one that works well for Python: https://github.com/github/gitignore/blob/master/Python.gitignore

fepegar commented 4 years ago

FYI you can close issues by adding e.g. "Fixes #1" within a commit message or a pull request. That way, the issue will not be closed before it has actually been resolved.