fix(meta): Remove tern-project from tracking
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,6 +29,7 @@ main.css
|
||||
bundle.js
|
||||
coverage
|
||||
.remote-sync.json
|
||||
.tern-project
|
||||
|
||||
server/*.bundle.js
|
||||
public/js/bundle*
|
||||
|
@ -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": {}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user