forked from CesiumGS/cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
62 lines (55 loc) · 1.43 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/.metadata
/Build
/Cesium-*.zip
/cesium-*.tgz
.directory
.DS_Store
Thumbs.db
.eslintcache
/Apps/CesiumViewer/Gallery/gallery-index.js
/Apps/Sandcastle/jsHintOptions.js
/Apps/Sandcastle/gallery/gallery-index.js
/Apps/Sandcastle/templates/bucket.css
/Source/Cesium.js
/Source/Cesium.d.ts
/Specs/SpecList.js
/Specs/jasmine/**
/Source/Shaders/**/*.js
/Source/ThirdParty/Shaders/**/*.js
/Source/Workers/**
!/Source/Workers/cesiumWorkerBootstrapper.js
!/Source/Workers/transferTypedArrayTest.js
Source/ThirdParty/_commonjsHelpers*
Source/ThirdParty/Autolinker.js
Source/ThirdParty/bitmap-sdf.js
Source/ThirdParty/dompurify.js
Source/ThirdParty/earcut.js
Source/ThirdParty/draco_decoder.wasm
Source/ThirdParty/Workers/draco_decoder_nodejs.js
Source/ThirdParty/grapheme-splitter.js
Source/ThirdParty/jsep.js
Source/ThirdParty/kdbush.js
Source/ThirdParty/ktx-parse.js
Source/ThirdParty/lerc.js
Source/ThirdParty/mersenne-twister.js
Source/ThirdParty/meshoptimizer.js
Source/ThirdParty/nosleep.js
Source/ThirdParty/pako.js
Source/ThirdParty/protobufjs.js
Source/ThirdParty/rbush.js
Source/ThirdParty/topojson.js
Source/ThirdParty/Tween.js
Source/ThirdParty/Uri.js
Source/ThirdParty/zip.js
Source/ThirdParty/Workers/pako_inflate.min.js
Source/ThirdParty/Workers/pako_deflate.min.js
Source/ThirdParty/Workers/z-worker-pako.js
/node_modules
npm-debug.log
npm-debug.log.*
package-lock.json
yarn.lock
# WebStorm user-specific
.idea/workspace.xml
.idea/tasks.xml
.idea/shelf