canyin-project/.gitignore
2024-11-01 16:07:54 +08:00

21 lines
211 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.

# 忽略node_modules目录
node_modules/
# 忽略Logs以及文件名后缀为.log的文件
logs
*.log
# 忽略/dist目录
/dist
# 忽略.env文件
.env
# 忽略IDE的配置文件
.idea/
.vscode/
*.sw*