mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

Alternative to gitignore #108

Closed mhulse closed 6 years ago

mhulse commented 7 years ago
git update-index --assume-unchanged <file>

As an alternative to gitignore

mhulse commented 6 years ago

Looks like this is just a quick way to temp ignore files:

http://gitready.com/intermediate/2009/02/18/temporarily-ignoring-files.html