소스 검색

Add Tern plugin to Eclipse.gitignore

The Tern plugin generate a '.tern-project' file in the project directory. (https://github.com/angelozerr/tern.java/wiki/Tern-Eclipse-IDE)
István Földházi 10 년 전
부모
커밋
0bb759363f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Global/Eclipse.gitignore

+ 3 - 0
Global/Eclipse.gitignore

@@ -32,5 +32,8 @@ local.properties
 # sbteclipse plugin
 .target
 
+# Tern plugin
+.tern-project
+
 # TeXlipse plugin
 .texlipse