mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
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:
@@ -1801,7 +1801,7 @@
|
||||
"Ignore",
|
||||
"ignore"
|
||||
],
|
||||
"filenames": [
|
||||
"extensions": [
|
||||
".gitignore_global",
|
||||
".gitignore"
|
||||
],
|
||||
|
||||
@@ -40,13 +40,13 @@
|
||||
"languages": [
|
||||
{
|
||||
"id": "ignore",
|
||||
"filenames": [
|
||||
"extensions": [
|
||||
".npmignore"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "properties",
|
||||
"filenames": [
|
||||
"extensions": [
|
||||
".npmrc"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user