oscar: Add .direnv to global gitignore
This commit is contained in:
parent
898a98ef1e
commit
85570010c6
|
@ -218,6 +218,7 @@
|
|||
"*~"
|
||||
"\\#*\\#"
|
||||
"venv"
|
||||
".direnv"
|
||||
];
|
||||
hooks = {
|
||||
pre-commit = ./git-pre-commit-hook;
|
||||
|
|
Loading…
Reference in a new issue