excude .git directory

This commit is contained in:
Alexander Popov 2023-04-06 14:13:25 +03:00
parent c256015b8c
commit 83c6a43fae
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 8 additions and 0 deletions

View File

@ -18,3 +18,11 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
[/.git/**]
charset = unset
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset