summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b12fb8a380ab22ece331d758709e7a528c29e8e1 (plain)
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
60
61
62
63
64
65
66
67
.DS_Store
.transifexrc
*.pyc
*.gcno
*.gcda
*~
**/actual.png
**/diff.png
offline.db
new_offline.db
xcuserdata
/platform/node/test/actual
/platform/node/test/diff
/mason_packages
/build
/next/build
/lib
/test/node_modules
/test/fixtures/*/*_actual.*
/test/fixtures/api/1.png
/test/fixtures/api/2.png
/test/fixtures/offline_database/offline.db
/test/fixtures/offline_database/offline.db-*
/test/output
/node_modules
/platform/ios/benchmark/assets/glyphs/DIN*
/platform/ios/benchmark/assets/tiles/mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6
/platform/darwin/developer.xcconfig
/platform/macos/macos.xcworkspace/xcshareddata/macos.xcscmblueprint
/platform/ios/ios.xcworkspace/xcshareddata/ios.xcscmblueprint
/documentation
test/fixtures/api/assets.zip
test/fixtures/storage/assets.zip
/.circle-week
/vendor/.cache
buck-out
.buckd

# Generated metrics results
metrics/*.html

# Android RenderTestRunner
render-test/android/.*
render-test/android/app/build/
render-test/android/app/src/main/assets/data.zip
render-test/android/local.properties
render-test/android/app/.*
render-test/android/package.json
render-test/android/app/app.iml
render-test/android/android.iml

# IOS RenderTestRunner
render-test/ios/codesigning/*.xcent
render-test/ios/fastlane/README.md
test-data/

# Generated file from npm/yarn
package-lock.json

# Visual Studio Code
.vscode
mapbox-gl-native.code-workspace

# Generated list files from code generation
/scripts/generate-file-lists.list
/scripts/generate-shaders.list
/scripts/generate-style-code.list