Skip to content

Commit 5b4ee75

Browse files
authored
chore: add additional well knowns to default excludes (#433)
1 parent 97a3086 commit 5b4ee75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

module-options.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,14 @@ let
102102
"go.sum"
103103

104104
# VCS
105+
".gitattributes"
105106
".gitignore"
106107
".gitmodules"
107108
".hgignore"
108109
".svnignore"
110+
111+
# License
112+
"LICENSE"
109113
];
110114
};
111115
};

0 commit comments

Comments
 (0)