Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f2829f

Browse files
committedApr 29, 2022
[ADD] .gitattributes: include RST files in language statistic on GitHub
closes #1899 X-original-commit: 34d604c Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
1 parent f3a541a commit 7f2829f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Include RST files in language statistics on GitHub.
2+
*.rst linguist-detectable

‎.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.pyc
2-
.*
32
*.mo
3+
.*
4+
!.gitattributes
45

56
# Sphinx build files
67
_build/

0 commit comments

Comments
 (0)
Please sign in to comment.