forked from mapbox/mapbox-gl-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
45 lines (43 loc) · 834 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
/rollup/build/
/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
test/**/__screenshots__/
test/integration/**/index*.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
.eslintcache
src/style-spec/dist/index.cjs
src/style-spec/dist/index.d.ts
_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.*
tsconfig.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