Skip to content

Commit 7f2829f

Browse files
committed
[ADD] .gitattributes: include RST files in language statistic on GitHub
closes #1899 X-original-commit: 34d604c Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent f3a541a commit 7f2829f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitattributes

+2
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

+2-1
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)