2024-04-12 19:34:19 +08:00

22 lines
387 B
Plaintext
Raw 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
dist
#不排除 排除alienkitty 和 oimophysics 基于:https://github.com/alienkitty/alien.js 库
#因为这两个库从npm包很难下载且有的下架了
#!/node_modules/@alienkitty/
#!/node_modules/oimophysics/
yarn.lock
yarn-error.log
package-lock.json