diff --git a/flake-modules/dev/default.nix b/flake-modules/dev/default.nix
index 7c9963e4..52f09429 100644
--- a/flake-modules/dev/default.nix
+++ b/flake-modules/dev/default.nix
@@ -39,8 +39,15 @@
 
         settings = {
           global.excludes = [
+            ".envrc"
+            ".git-blame-ignore-revs"
+            ".gitignore"
             "LICENSE"
             "flake.lock"
+            "**.md"
+            "**.scm"
+            "**.svg"
+            "**/man/*.5"
           ];
         };
       };