[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:
parent
324936c43e
commit
34d604ca89
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Include RST files in language statistics on GitHub.
|
||||||
|
*.rst linguist-detectable
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
.*
|
|
||||||
*.mo
|
*.mo
|
||||||
|
.*
|
||||||
|
!.gitattributes
|
||||||
|
|
||||||
# Sphinx build files
|
# Sphinx build files
|
||||||
_build/
|
_build/
|
||||||
|
Loading…
Reference in New Issue
Block a user