From 2f240b018eb95457441a0cad9b7af47b0e55a54c Mon Sep 17 00:00:00 2001 From: Ben Lee-Cohen Date: Thu, 5 May 2022 11:58:18 -0400 Subject: [PATCH] Adding the global gitignore to the default (#2410) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 279dab1f..ee9b9961 100644 --- a/languages.toml +++ b/languages.toml @@ -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"