Add gitignore for vscode and direnv
This commit is contained in:
parent
c99362747f
commit
7776b29d40
|
@ -128,6 +128,10 @@
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
ignores = [
|
||||||
|
".direnv"
|
||||||
|
".vscode"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nicely reload system units when changing configs
|
# Nicely reload system units when changing configs
|
||||||
|
|
Loading…
Reference in a new issue