加入忽略文件功能

This commit is contained in:
吴学文 2020-01-12 13:34:43 +08:00
parent 66323b78fa
commit 5cb305218b
8 changed files with 12 additions and 4 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -32,7 +32,7 @@ hc智慧家园小程序 是 HC小区开源项目的一个分支项目主要
### 系统功能function ### 系统功能function
![image](hc_function.png) ![image](readme/hc_function.png)
主要系统功能请查看 主要系统功能请查看
@ -48,9 +48,9 @@ hc智慧家园小程序 是 HC小区开源项目的一个分支项目主要
### 运行效果 ### 运行效果
![image](index.png) ![image](readme/index.png)
![image](circle.png) ![image](readme/circle.png)
![image](my.png) ![image](readme/my.png)
### 加入我们 ### 加入我们

View File

@ -1,5 +1,13 @@
{ {
"description": "项目配置文件。", "description": "项目配置文件。",
"packOptions": {
"ignore": [
{
"type": "folder",
"value": "readme"
}
]
},
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6": true, "es6": true,

BIN
readme/.DS_Store vendored Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 335 KiB

After

Width:  |  Height:  |  Size: 335 KiB

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 413 KiB

After

Width:  |  Height:  |  Size: 413 KiB

View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB