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
Disagree on the first one: when the template is generated the file is included, and the file itself setups git. To remove it from .gitignore we should never use git add . and then manually specify the files to add (but we don't know them all).
Disagree on the second one: same as #15, we should not include then and copy-paste for different templates? The root pyproject.toml requires those lines.
python-template/python/.gitignore.jinja
Line 178 in 6c8cebe
It would be better not having a line referring to such script in the resulting
.gitignore
file.The text was updated successfully, but these errors were encountered: