Browse Source

# fix:将静态文件也加入到版本管理

yang yi 2 weeks ago
parent
commit
17ab3b5103
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .gitignore

+ 6 - 1
.gitignore

@@ -190,4 +190,9 @@ $RECYCLE.BIN/
 # Secrets #
 *.pem
 *.key
-secrets.json
+secrets.json
+
+!**/**.css
+!**/**.js
+!**/**.jpg
+!**/**.png