Browse Source

fix: 新增gitignore配置

johnsen 10 months ago
parent
commit
f0d69ccb05
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,8 +1,9 @@
 dist/
+public/
 node_modules/
 *.git
 
 .idea
 .history
 .eslintrc
-.vscode
+.vscode