소스 검색

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