Skip to content

Commit 1a4706c

Browse files
committed
- [#] update .gitattributes
1 parent 7a8e34c commit 1a4706c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.gitattributes

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33
.gitattributes export-ignore
44
.gitignore export-ignore
55
.github/ export-ignore
6-
# general text files
7-
*.e.md export-ignore
86
# CI/CD
97
.travis.yml export-ignore
10-
.gitlab-ci.yml export-ignore
8+
.gitlab-ci.yml export-ignore
9+
# general text files
10+
*.e.md export-ignore
11+
# my projects
12+
.all-contributorsrc export-ignore
13+
.goreleaser.yml export-ignore
14+
*_proj.yaml export-ignore
15+
# This repo
16+
*.png export-ignore

0 commit comments

Comments
 (0)