Compare commits
4 Commits
0381b7d957
...
e3eb38ca90
| Author | SHA1 | Date |
|---|---|---|
|
|
e3eb38ca90 | |
|
|
a746f0f47f | |
|
|
863549dd4a | |
|
|
035af7b463 |
|
|
@ -1 +0,0 @@
|
||||||
{"containers":[],"config":{}}
|
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
# 项目配置文件
|
||||||
|
project.config.json
|
||||||
|
# 编译产出物
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
|
||||||
|
# 操作系统产生的文件
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# 编辑器配置文件
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
|
||||||
|
# 日志文件
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# 临时文件
|
||||||
|
.tmp
|
||||||
|
temp/
|
||||||
|
|
||||||
|
.cloudbase/container
|
||||||
Reference in New Issue