Home

1 pages tagged with "ignore"

How to ignore files outside of a .gitignore

July 22, 2023 - 110 words - 1 mins
Summary Some repositories have files you don't want to add to a .gitignore, but never want to open in your editor (e.g., image files for my blog). When using the helix editor, this was a particular problem, as the default sort rendered *.jpg and *.png files early in the list for some reason. A solut… read more