|
|
|
|
|
by wh33zle
478 days ago
|
|
One of the coolest things I've learned about recently is `.git/info/exclude`. It allows you to ignore files in the local repo without modifying the repo's .gitignore Very useful if you want to add your own .envrc or shell.nix to a repo. |
|