File tree Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Expand file tree Collapse file tree 1 file changed +19
-6
lines changed Original file line number Diff line number Diff line change 40
40
* .mov binary
41
41
42
42
# Override what is considered "vendored" by GitHub's linguist:
43
- /deps /** linguist-vendored =false
44
- /lib /node_modules /** linguist-vendored =false linguist-generated =false
45
- test /fixtures /** linguist-vendored =false
46
- tools /** linguist-vendored =false
43
+ /lib /node_modules /** - linguist-vendored - linguist-generated
47
44
48
- # Override what is considered "documentation" by GitHub's linguist:
49
- examples /** linguist-documentation =false
45
+ # Configure directories which should *not* be included in GitHub language statistics:
46
+ /deps /** linguist-vendored
47
+ /workshops /** linguist-vendored
48
+
49
+ benchmark /** linguist-vendored
50
+ docs /* linguist-documentation
51
+ etc /** linguist-vendored
52
+ examples /** linguist-documentation
53
+ scripts /** linguist-vendored
54
+ test /** linguist-vendored
55
+ tools /** linguist-vendored
56
+
57
+ # Configure files which should *not* be included in GitHub language statistics:
58
+ Makefile linguist-vendored
59
+ * .mk linguist-vendored
60
+
61
+ # Configure files which should be included in GitHub language statistics:
62
+ docs /types /* .d.ts - linguist-documentation
You can’t perform that action at this time.
0 commit comments