Adding ignore file
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
xdg.configFile."git/commit-message.txt".source = ./commit-message.txt;
|
xdg.configFile."git/commit-message.txt".source = ./commit-message.txt;
|
||||||
|
xdg.configFile."git/ignore".source = ./ignore;
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user