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 feb1324 commit bd59f5dCopy full SHA for bd59f5d
.gitattributes
@@ -0,0 +1,11 @@
1
+# This file is used to configure Git attributes for the repository.
2
+# It is particularly useful for managing how generated code is treated in pull requests.
3
+# For more information, see:
4
+# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
5
+
6
+# Code for assertions and requirements is generated automatically by _codegen.
7
+# This also updates code comments and code examples in the documentation.
8
+# These comments and examples must be reviewed when they change,
9
+# since updates to the generated code comments may not always be correct.
10
+assert/*.go linguist-generated=false
11
+require/*.go linguist-generated=false
0 commit comments