Closed fepegar closed 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
.gitignore
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.
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