2020-04-17 10:30:15 +08:00
|
|
|
|
|
|
|
|
# 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
|
2020-05-16 07:17:07 +08:00
|
|
|
!**/*.cjs
|
2020-04-17 10:30:15 +08:00
|
|
|
!**/*.css
|
|
|
|
|
!**/*.html
|
|
|
|
|
!**/*.md
|
2020-06-04 01:08:24 +08:00
|
|
|
!**/*.ts
|
2020-04-17 10:30:15 +08:00
|
|
|
|
|
|
|
|
# Re-ignore a few things caught above
|
|
|
|
|
**/*.min.js
|
|
|
|
|
Source/Cesium.js
|
2021-07-31 03:06:48 +08:00
|
|
|
Source/Scene/GltfPipeline/**
|
2020-04-17 10:30:15 +08:00
|
|
|
Source/Shaders/**/*.js
|
|
|
|
|
Source/ThirdParty/**
|
|
|
|
|
Source/Workers/**/*
|
2022-04-20 23:08:53 +08:00
|
|
|
Specs/jasmine/**
|
2020-04-17 10:30:15 +08:00
|
|
|
Apps/Sandcastle/ThirdParty
|
|
|
|
|
|
|
|
|
|
!Source/Workers/cesiumWorkerBootstrapper.js
|
|
|
|
|
!Source/Workers/transferTypedArrayTest.js
|