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 82572b2 commit 15d1670Copy full SHA for 15d1670
.gitattributes
@@ -1,4 +1,9 @@
1
-# Snapshots are taken by our test suite and used to determine regressions.
2
-# We don't need to review their code in PRs, so treat them as auto-generated.
+# Define auto-generated file patterns to hide within GitHub's PR diff/file preview.
3
# https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github
+
4
5
+# Snapshots are taken by our test suite and used to determine regressions.
6
*.snap linguist-generated=true
7
8
+# GraphQL Codegen outputs
9
++ src/renderer/utils/api/graphql/generated/**/*.ts linguist-generated=true
0 commit comments