Parcourir la source

更新 .git忽略文件

在 `.gitignore` 文件中添加了 `http-demo` 目录,同时保留了对 `pkg` 目录的忽略设置。
SongZihuan il y a 3 mois
Parent
commit
42f2f45712
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .gitignore

+ 3 - 1
.gitignore

@@ -10,4 +10,6 @@ cert
 
 testdata
 
-pkg
+pkg
+
+http-demo