Adding the global gitignore to the default (#2410)
This commit is contained in:
parent
a5f4925f53
commit
2f240b018e
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-gitattributes", rev =
|
|||
name = "git-ignore"
|
||||
scope = "source.gitignore"
|
||||
roots = []
|
||||
file-types = [".gitignore"]
|
||||
file-types = [".gitignore", ".gitignore_global"]
|
||||
injection-regex = "git-ignore"
|
||||
comment-token = "#"
|
||||
grammar = "gitignore"
|
||||
|
|
Loading…
Add table
Reference in a new issue