cesium
Version:
CesiumJS is a JavaScript library for creating 3D globes and 2D maps in a web browser without a plugin.
34 lines (28 loc) • 574 B
Plain Text
# Ignore everything
*
# Unignore directories (to all depths) and unignore code and style files in these directories
!.concierge/**/
!.github/**/
!.vscode/**/
!Apps/**/
!Documentation/**/
!Source/**/
!Specs/**/
!Tools/**/
!**/*.js
!**/*.cjs
!**/*.css
!**/*.html
!**/*.md
!**/*.ts
# Re-ignore a few things caught above
**/*.min.js
Source/Cesium.js
Source/Scene/GltfPipeline/**
Source/Shaders/**/*.js
Source/ThirdParty/**
Source/Workers/**/*
Specs/jasmine/**
Apps/Sandcastle/ThirdParty
!Source/Workers/cesiumWorkerBootstrapper.js
!Source/Workers/transferTypedArrayTest.js