-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 856 Bytes
/
.gitignore
File metadata and controls
55 lines (46 loc) · 856 Bytes
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
48
49
50
51
52
53
54
55
*.swp
*~
.*.haste_cache.*
.DS_Store
.secrets
*.log
.yarn/*
!.yarn/releases/*
!.yarn/plugins/*
node_modules/
coverage/
.nyc_output
dist/
esm/
out/
*.vsix
*.tsbuildinfo
yarn-1.18.0.js
*.orig
.idea/
# Local Netlify folder
.netlify/
examples/*/yarn.lock
package-lock.json
.eslintcache
.cspellcache
vite.config.d.ts
vite.config.js
tsconfig.vitest-temp.json
.next/
.turbo/
types/
packages/codemirror-graphql/cm6-legacy/
packages/codemirror-graphql/results/
packages/codemirror-graphql/utils/
packages/codemirror-graphql/variables/
packages/codemirror-graphql/*.js
packages/codemirror-graphql/*.d.ts
packages/codemirror-graphql/*.map
!packages/codemirror-graphql/*.config.js
packages/graphiql/cypress/screenshots/
packages/graphiql/cypress/downloads/
packages/graphiql/cypress/videos/
packages/graphiql/typedoc/
packages/graphiql/webpack/
.react-router/