diff options
author | Ben Lee-Cohen | 2022-05-05 15:58:18 +0000 |
---|---|---|
committer | GitHub | 2022-05-05 15:58:18 +0000 |
commit | 2f240b018eb95457441a0cad9b7af47b0e55a54c (patch) | |
tree | dada2811adf7a81701a00756421a6acf9a70f23b | |
parent | a5f4925f53d447bb7201c9a6e7a1c2730f292ae4 (diff) |
Adding the global gitignore to the default (#2410)
-rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |