2024-09-04 10:17:48 +08:00

27 lines
631 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.DS_Store
.cache
# dependencies
/node_modules/*
/coverage
# fes
/src/.fes
/src/.fes-production
/src/.fes-test
.env.local
#不排除 排除alienkitty 和 oimophysics 基于:https://github.com/alienkitty/alien.js 库
#因为这两个库从npm包很难下载且有的下架了
#!/node_modules/@alienkitty/
#!/node_modules/oimophysics/
yarn.lock
yarn-error.log
package-lock.json
# 排除 resourceManager 、 tvtViewHelper 、 tvtSceneCreator 等免费插件 可通过插件中心下载
src/plugins/resourceManager
src/plugins/tvtViewHelper
public/plugins/tvtViewHelper
src/plugins/tvtSceneCreator
public/plugins/tvtSceneCreator