We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2175dd0 commit b3a4494Copy full SHA for b3a4494
.gitattributes
@@ -1 +1,9 @@
1
*.dart eol=lf
2
+
3
+# Don't collapse in github code reviews by default.
4
+lib/src/version.dart linguist-generated=false
5
+lib/src/html/resources.g.dart linguist-generated=false
6
7
+# Do collapse in github code reviews by default.
8
+testing/test_package_docs/** linguist-generated=true
9
+testing/test_package_docs_dev/** linguist-generated=true
0 commit comments