Comment on Show HN: make git ignore certain changed files in repoComments−angelbob14yNice! I remember being surprised that .gitignore didn't do this.−falseOP14yRight, gitignore can only help with untracked files, not tracked and changed.Back in the day when I was using SVN, its ignore-on-commit feature (GUI only, but anyway) was incredibly useful.
Comments
Nice! I remember being surprised that .gitignore didn't do this.
Right, gitignore can only help with untracked files, not tracked and changed.
Back in the day when I was using SVN, its ignore-on-commit feature (GUI only, but anyway) was incredibly useful.