create .gitinnore

master
wangsiyuan 2024-01-06 10:39:41 +08:00
parent bf3a62d426
commit 035af7b463
1 changed files with 20 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# 项目配置文件
project.config.json
# 编译产出物
dist/
build/
# 操作系统产生的文件
.DS_Store
Thumbs.db
# 编辑器配置文件
.vscode/
.idea/
# 日志文件
*.log
# 临时文件
.tmp
temp/