-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (57 loc) · 1.18 KB
/
.gitignore
File metadata and controls
59 lines (57 loc) · 1.18 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
48
49
50
51
52
53
54
55
56
57
58
59
!build/
/rollup/build/
/dist/esm*
/dist/mapbox-gl*
/dist/versions*
/dist/style-spec
*.es.js
*.js.map
*.cjs.map
node_modules
yarn.lock
.vscode/
*.sublime-*
coverage
.DS_Store
.nyc_output
*_generated.js
*_generated.js.map
tests-to-run.txt
**/test/**/__screenshots__/
**/test/unit/**/vitest
**/test/release/dist
**/test/release/debug
**/test/release/*.html
!**/test/release/index.html
**/test/integration/**/vitest
**/test/integration/**/index*.html
**/test/integration/**/query-tests.html
**/test/integration/**/render-tests.html
**/test/integration/**/actual.png
**/test/integration/**/actual.json
**/test/integration/**/diff.png
**/test/integration/**/test-results.xml
**/test/integration/dist/**/*.js
**/test/integration/dist/**/*.json
**/test/build/vite/dist/dist/*
**/test/build/webpack/dist/*
.eslintcache
src/style-spec/dist/index.cjs
src/style-spec/dist/index.d.ts
packages/pmtiles-provider/dist/
_batfish_site
_batfish_tmp
_site
yarn-error.log
yarn-debug.log
npm-debug.log
.idea
# https://github.com/vitejs/vite/issues/9470
vitest.config.js.*
*.tsbuildinfo
bundle-analysis.html
# tmp usvg ignores
test/usvg/vitest/
test/usvg/test-suite/
test/usvg/test-results.xml
src/data/usvg/usvg_pb_renderer.js