cesium/.prettierignore

34 lines
574 B
Plaintext
Raw Permalink Normal View History

# 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
2021-07-31 03:06:48 +08:00
Source/Scene/GltfPipeline/**
Source/Shaders/**/*.js
Source/ThirdParty/**
Source/Workers/**/*
2022-04-20 23:08:53 +08:00
Specs/jasmine/**
Apps/Sandcastle/ThirdParty
!Source/Workers/cesiumWorkerBootstrapper.js
!Source/Workers/transferTypedArrayTest.js