[ADD] .gitattributes: include RST files in language statistic on GitHub

closes odoo/documentation#1881

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2022-04-28 09:00:27 +00:00
parent 324936c43e
commit 34d604ca89
2 changed files with 4 additions and 1 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Include RST files in language statistics on GitHub.
*.rst linguist-detectable

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.pyc *.pyc
.*
*.mo *.mo
.*
!.gitattributes
# Sphinx build files # Sphinx build files
_build/ _build/