fix(meta): Remove tern-project from tracking

This commit is contained in:
Berkeley Martinez
2016-06-20 14:56:54 -07:00
parent 1be1712577
commit 1da593df26
2 changed files with 1 additions and 17 deletions

1
.gitignore vendored
View File

@ -29,6 +29,7 @@ main.css
bundle.js bundle.js
coverage coverage
.remote-sync.json .remote-sync.json
.tern-project
server/*.bundle.js server/*.bundle.js
public/js/bundle* public/js/bundle*

View File

@ -1,17 +0,0 @@
{
"ecmaVersion": 6,
"libs": [],
"loadEagerly": [
"common/app/**/*.js",
"common/app/**/*.jsx",
"server/**/*.js"
],
"plugins": {
"commonjs": {},
"es_modules": {},
"node": {},
"node_resolve": {},
"complete_strings": {},
"node-express": {}
}
}