associate npmignore with ignore language (for #51026)

This commit is contained in:
Martin Aeschlimann 2018-06-04 11:41:58 +02:00
parent 88ba6f800e
commit eb2b51aeb9

View file

@ -33,6 +33,14 @@
"onView:npm"
],
"contributes": {
"languages": [
{
"id": "ignore",
"filenames": [
".npmignore"
]
}
],
"views": {
"explorer": [
{