소스 검색

Merge pull request #8850 from ncteisen/gitignore_change

Untrack Generated node_modules Directory
Noah Eisen 9 년 전
부모
커밋
d960c8b166
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -17,7 +17,7 @@ py27/
 py34/
 
 # Node installation output
-^node_modules
+node_modules
 src/node/extension_binary/
 
 # gcov coverage data