mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
fix(git): ignore direnv directories
This commit is contained in:
parent
fc3cb7cef3
commit
237a913ac3
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
diff-so-fancy.enable = true;
|
diff-so-fancy.enable = true;
|
||||||
ignores = [
|
ignores = [
|
||||||
".DS_Store"
|
".DS_Store"
|
||||||
|
".direnv/"
|
||||||
];
|
];
|
||||||
|
|
||||||
userName = "Ryan Cao";
|
userName = "Ryan Cao";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue