ry_app/.gitignore

32 lines
590 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

######################################################################
# Build Tools
/unpackage/*
/node_modules/*
######################################################################
# Development Tools
/.idea/*
/.vscode/*
/.hbuilderx/*
package-lock.json
yarn.lock
# 微信小程序CI上传密钥敏感文件禁止提交
private.key
# 可选:如果有测试环境的密钥文件,也一起忽略
private-test.key
# 其他小程序开发常见忽略项(建议一并添加,避免冗余文件提交)
node_modules/
dist/
unpackage/
.DS_Store
*.log
.vscode/
.project