-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (43 loc) · 702 Bytes
/
.gitignore
File metadata and controls
43 lines (43 loc) · 702 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
/staging/
/types/
/dist/
/dist_type/
/test/bench/results/
/docs/assets/examples/*.webp
/docs/API
/docs/examples
/docs/example
/docs/plugins.md
/site/
.cache/
*.es.js
*.js.map
node_modules
*.sublime-*
coverage
.DS_Store
.nyc_output
*_generated.js
*_generated.js.map
test/integration/**/results*.html
test/integration/**/actual.png
test/integration/**/actual.json
test/integration/**/diff.png
test/integration/**/test-results.xml
test/integration/**/results*.txt
test/integration/dist/**/*.js
test/integration/dist/**/*.json
test/integration/query/dist/fixtures.json
*/**/*.g.ts
.eslintcache
_batfish_site
_batfish_tmp
_site
yarn-error.log
yarn-debug.log
npm-debug.log
.idea
*.iml
/.vs/
.*.swp
junit.xml