Browse Source

:wrench: update: ignore

shiqi.li 6 years ago
parent
commit
8252b89a69
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -83,6 +83,8 @@ Thumbs.db
 # nodejs ignore
 # nodejs ignore
 node_modules/
 node_modules/
 
 
+build/
+
 # RNX JSBUNDLE ignore
 # RNX JSBUNDLE ignore
 bundle/
 bundle/
 
 
@@ -93,4 +95,5 @@ bundle/
 # 发布系统 node 版本太低
 # 发布系统 node 版本太低
 package-lock.json
 package-lock.json
 # 暂时不锁定版本
 # 暂时不锁定版本
-yarn.lock
+yarn.lock
+