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
When in the view to stage files there is a file starting with #1 you right click and add that to ignore, it will be put verbatim into the .gitignore file, but since the # is used as a comment char there it needs to be escaped as \#.
When in the view to stage files there is a file starting with
#
1 you right click and add that to ignore, it will be put verbatim into the.gitignore
file, but since the#
is used as a comment char there it needs to be escaped as\#
.Footnotes
Yeah, some programs create such files ↩
The text was updated successfully, but these errors were encountered: