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 e28e4fd commit b853227Copy full SHA for b853227
.eslintignore
@@ -45,6 +45,8 @@ packages/graphiql/*.html
45
**/coverage/
46
.nyc_output/
47
48
+# ignore working-group dir markdown so it's easier for people to edit from the UI
49
+working-group/
50
51
# codemirror's build artefacts are exported from the package root
52
**/codemirror-graphql/variables
@@ -61,4 +63,4 @@ packages/graphiql/*.html
61
63
# Vendored files
62
64
/packages/graphiql/test/vendor
65
-.changeset
66
+.changeset
0 commit comments