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
commit e4f2a0fa0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
]
}