Merge pull request #103044 from NotWearingPants/patch-1

Treat all files with `npmrc`/`npmignore`/`gitignore` extensions as properties/ignore files
This commit is contained in:
João Moreno
2020-07-22 09:26:02 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1801,7 +1801,7 @@
"Ignore",
"ignore"
],
"filenames": [
"extensions": [
".gitignore_global",
".gitignore"
],

View File

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