Treat all files with an npmrc/npmignore extension as properties/ignore files

This commit is contained in:
NotWearingPants
2020-07-22 00:22:10 +03:00
committed by GitHub
parent 399d695f5f
commit e4824fa66a

View File

@@ -40,13 +40,13 @@
"languages": [
{
"id": "ignore",
"filenames": [
"extensions": [
".npmignore"
]
},
{
"id": "properties",
"filenames": [
"extensions": [
".npmrc"
]
}