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)
This commit is contained in:
parent
2500b4c80a
commit
0bb759363f
@ -32,5 +32,8 @@ local.properties
|
|||||||
# sbteclipse plugin
|
# sbteclipse plugin
|
||||||
.target
|
.target
|
||||||
|
|
||||||
|
# Tern plugin
|
||||||
|
.tern-project
|
||||||
|
|
||||||
# TeXlipse plugin
|
# TeXlipse plugin
|
||||||
.texlipse
|
.texlipse
|
||||||
|
Loading…
Reference in New Issue
Block a user