You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: think carefully about FITS files. We do want some input, but not output. So perhaps include FITS (.fits, .fits.gz) in .gitignore and if anyone makes a change they'll have to remember to force the update.
I would also add to ignore *.asdf files. We dont want to be committing data files, or very large files, unless there is an exceeding good reason, and even then there are limitations in github.
we can also assign a reviewer for any commits that include a change to .gitignore through a codeowners file
Add .gitignore for standard Python
Note: think carefully about FITS files. We do want some input, but not output. So perhaps include FITS (.fits, .fits.gz) in .gitignore and if anyone makes a change they'll have to remember to force the update.
@benjaminrose @sosey How do you feel about this list:
https://github.com/github/gitignore/blob/main/Python.gitignore
The text was updated successfully, but these errors were encountered: