mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix issue with shared Code settings
- remove obsolete rules for .js/.ts - hide .happypack folder in the project tree
This commit is contained in:
committed by
Eugenio Romano
parent
d787160c26
commit
142d6a0bbf
Vendored
+2
-4
@@ -5,10 +5,8 @@
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/.DS_Store": true,
|
||||
"**/*.js": { "when": "$(basename).ts"},
|
||||
"**/*.js.map": { "when": "$(basename).ts"},
|
||||
"**/*.d.ts": { "when": "$(basename).ts"},
|
||||
"**/coverage": true
|
||||
"**/coverage": true,
|
||||
"**/.happypack": true
|
||||
},
|
||||
"editor.renderIndentGuides": true,
|
||||
"tslint.configFile": "ng2-components/tslint.json"
|
||||
|
||||
Reference in New Issue
Block a user