Skip to content
This repository was archived by the owner on Aug 27, 2018. It is now read-only.

Commit 000f91b

Browse files
committed
Fix gitattributes to suppress diffs too
1 parent 315a257 commit 000f91b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
_vendor/**/* linguist-vendored
1+
/_vendor/* linguist-vendored
2+
/_vendor/* linguist-generated=true
23
examples/sites/common/* linguist-vendored
4+
examples/sites/common/* linguist-generated=true
35
*.inc.js linguist-vendored
6+
*.inc.js linguist-generated=true

0 commit comments

Comments
 (0)