-
-
Notifications
You must be signed in to change notification settings - Fork 616
Expand file tree
/
Copy path.lintignore
More file actions
47 lines (45 loc) · 1.33 KB
/
.lintignore
File metadata and controls
47 lines (45 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
package.json
latestSchema.json
node_modules/
/.vscode/pnpify/
/utils/pg-sql2/examples/
/postgraphile/postgraphile/sponsors.json
/postgraphile/postgraphile/postgraphiql/
/postgraphile/postgraphile/assets/
/postgraphile/postgraphile/src/assets/
/postgraphile/postgraphile/exported-schema.js
/postgraphile/postgraphile/exported-schema.mjs
/postgraphile/postgraphile/exported-schema.webpacked.js
/grafast/grafast/__tests__/dcc/dcc-types.ts
/grafast/dataplan-pg/src/examples/smallExample/schema-generated.mts
/grafast/dataplan-pg/scripts/exampleSchemaExport.mjs
/grafast/ruru/bundle/ruru.min.js
/grafast/ruru/ruru.html
/grafast/ruru/static/
/grafast/ruru/src/bundleCode.ts
/grafast/ruru/src/bundleMeta.ts
/grafast/website/static/myruru/index.html
/graphile-build/graphile-build-pg/webpacked/
/graphile-build/graphile-build-pg/exported-schema-for-webpack.mjs
/graphile-build/graphile-build-pg/schema-export-output.mjs
/graphile-build/graphile-build-pg/temp.mjs
/*/*/release/
**/__tests__/**/*.1.graphql
**/__tests__/**/*.json5
**/__tests__/**/*.mermaid
**/__tests__/**/*.export.mjs
/wal2json/
dist/
CHANGELOG.md
_LOCAL/
.yarn/
.pnp.*
/grafast/grafast/vendor/
/postgraphile/postgraphile/.tests_tmp/
.docusaurus/
/*/website/build/
/*/website/versioned_sidebars/*-sidebars.json
/*/website/versioned_docs/
contrib/
# MDXv3 isn't supported by prettier right now
*.mdx