cesium/.prettierignore

47 lines
831 B
Plaintext
Raw Permalink Normal View History

# Ignore everything
*
# Unignore directories (to all depths) and unignore code and style files in these directories
!.github/**/
!.vscode/**/
!Apps/**/
!Documentation/**/
2022-11-02 03:39:57 +08:00
!packages/**/
2025-04-26 02:17:23 +08:00
!scripts/**/
!Specs/**/
!Tools/**/
!**/*.js
!**/*.cjs
!**/*.css
!**/*.html
!**/*.md
!**/*.ts
2025-04-18 04:07:03 +08:00
!**/*.tsx
# Re-ignore a few things caught above
2022-11-02 03:39:57 +08:00
**/*.min.js
2022-11-02 03:39:57 +08:00
packages/engine/Build/**
packages/engine/index.js
packages/engine/Source/Scene/GltfPipeline/**
packages/engine/Source/Shaders/**/*.js
packages/engine/Source/ThirdParty/**
packages/widgets/Build/**
packages/widgets/index.js
packages/widgets/Source/ThirdParty/**
2025-04-18 04:07:03 +08:00
packages/sandcastle/node_modules/**
Apps/Sandcastle2/**
2022-04-20 23:08:53 +08:00
Specs/jasmine/**
2022-11-02 03:39:57 +08:00
Apps/Sandcastle/ThirdParty
2022-06-17 03:55:52 +08:00
Tools/jsdoc/cesium_template/static/javascript/prism.js
Tools/jsdoc/cesium_template/static/styles/prism.css
2024-09-20 23:23:55 +08:00
**/LICENSE.md