Browse Source

增加跳过electron打包代码上传的限制

wandequan 1 year ago
parent
commit
cd084afad5
2 changed files with 3 additions and 1 deletions
  1. 2 1
      .eslintignore
  2. 1 0
      .gitignore

+ 2 - 1
.eslintignore

@@ -1 +1,2 @@
-src/
+src/
+dist_electron/

+ 1 - 0
.gitignore

@@ -1,6 +1,7 @@
 .DS_Store
 node_modules
 /dist
+/dist_electron
 
 
 # local env files