Bookmarks

Ignore files in Git without adding them to .gitignore

Useful tip for ignoring changes in Git, but without having to check in a change to .gitignore. This might be useful for if you add a temporary script or if you need to make a temporary change that you don't want to commit.