소스 검색

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/