1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Adding the global gitignore to the default (#2410)

This commit is contained in:
Ben Lee-Cohen 2022-05-05 11:58:18 -04:00 committed by GitHub
parent a5f4925f53
commit 2f240b018e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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"