mirror of https://github.com/CesiumGS/cesium.git
34 lines
574 B
Plaintext
34 lines
574 B
Plaintext
|
|
# 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
|