瀏覽代碼

Add serializers/src/**/*.js to .gitignore

After building the file serializers/src/OBJ/babylon.objSerializer.js was
present as an untracked file in the 'git status' output. This change
has git ignore .js files in the serializers/src/ subdirectories.
Wink Saville 8 年之前
父節點
當前提交
841aad7f77
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -23,6 +23,7 @@ proceduralTexturesLibrary/src/**/*.js
 postProcessLibrary/src/**/*.js
 canvas2D/src/**/*.js
 inspector/src/**/*.js
+serializers/src/**/*.js
 
 # Build results
 [Dd]ebug/