-
-
Notifications
You must be signed in to change notification settings - Fork 571
/
.gitignore
46 lines (41 loc) · 980 Bytes
/
.gitignore
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
node_modules
coverage
dist
*/*/release/
/pg-omit-archived/
/pg-simplify-inflector/
/operation-hooks/
*.tgz
yarn-error.log
npm-debug.log
tsconfig.tsbuildinfo
tsconfig.build.tsbuildinfo
.env
_LOCAL
.DS_Store
# mermaid pngs
grafast/dataplan-pg/__tests__/**/*.mermaid.png
# yarn2 stuff
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
# Generated documentation
.docusaurus
# Generated code
/graphile-build/graphile-build/temp.mjs
/graphile-build/graphile-build-pg/temp.mjs
/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
/postgraphile/postgraphile/latestSchema.graphql
/postgraphile/postgraphile/latestSchema.json
/postgraphile/postgraphile/exported-schema.mjs
/postgraphile/postgraphile/exported-schema.webpacked.js
/grafast/ruru/bundle/ruru.min.js
/grafast/ruru/bundle/ruru.min.js.LICENSE.txt
# Benjie's stuff
/Session.vim
/WHAT_ARE_YOU_DOING.md
contrib
/env