فهرست منبع

add gitignore

maguohua 8 سال پیش
والد
کامیت
32eca19ecc
5فایلهای تغییر یافته به همراه13 افزوده شده و 1 حذف شده
  1. 1 1
      README.md
  2. 0 0
      public/img/avatar/.gitignore
  3. 4 0
      public/img/default/.gitignore
  4. 4 0
      public/img/food/.gitignore
  5. 4 0
      public/img/shop/.gitignore

+ 1 - 1
README.md

@@ -82,7 +82,7 @@ npm run dev
 
 
 
-## 项目布局
+# 项目布局
 ```
 .
 ├── config                                  // 配置文件目录

+ 0 - 0
public/img/.gitignore → public/img/avatar/.gitignore


+ 4 - 0
public/img/default/.gitignore

@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore

+ 4 - 0
public/img/food/.gitignore

@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore

+ 4 - 0
public/img/shop/.gitignore

@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore