Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 767 Bytes
Copy Edit Raw Blame History
木遥 authored 2022-07-15 15:33 . 同步v3.4.0代码
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out
# dependencies
/node_modules
public/lib/CesiumUnminified/
packages/mars3d/dist/plugins/
mars3d-*src.*
# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json
# IDEs and editors
/.vscode
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
# System Files
.DS_Store
Thumbs.db
package-lock.json
# 本地测试
src/example/a-test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化