mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Merge pull request #96080 from johnbillion/fix/gitignore_global
Treat `.gitignore_global` as an Ignore file by default.
This commit is contained in:
@@ -1789,6 +1789,7 @@
|
||||
"ignore"
|
||||
],
|
||||
"filenames": [
|
||||
".gitignore_global",
|
||||
".gitignore"
|
||||
],
|
||||
"configuration": "./languages/ignore.language-configuration.json"
|
||||
|
||||
Reference in New Issue
Block a user