Remove .git exception for syncthing

This commit is contained in:
SebastianStork 2024-03-28 00:20:55 +01:00
parent 88307df1e0
commit c33449fa81

View file

@ -70,11 +70,5 @@
}; };
}; };
}; };
home-manager.sharedModules = [
{
home.file."Projects/.stignore".text = ".git/";
}
];
}; };
} }