Adding the global gitignore to the default (#2410)

imgbot
Ben Lee-Cohen 2 years ago committed by GitHub
parent a5f4925f53
commit 2f240b018e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -973,7 +973,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-gitattributes", rev =
name = "git-ignore" name = "git-ignore"
scope = "source.gitignore" scope = "source.gitignore"
roots = [] roots = []
file-types = [".gitignore"] file-types = [".gitignore", ".gitignore_global"]
injection-regex = "git-ignore" injection-regex = "git-ignore"
comment-token = "#" comment-token = "#"
grammar = "gitignore" grammar = "gitignore"

Loading…
Cancel
Save