Skip to content

Commit e48dc5c

Browse files
committed
Create .gitattributes
1 parent 851a163 commit e48dc5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# exclude .gitignore and similar from the generated tarball
2+
.git* export-ignore
3+
# exclude config files
4+
_config.yml export-ignore
5+
*config* export-ignore
6+
# exclude docs folder
7+
/docs export-ignore
8+
/docs/* export-ignore

0 commit comments

Comments
 (0)