We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8e34c commit 1a4706cCopy full SHA for 1a4706c
1 file changed
.gitattributes
@@ -3,8 +3,14 @@
3
.gitattributes export-ignore
4
.gitignore export-ignore
5
.github/ export-ignore
6
-# general text files
7
-*.e.md export-ignore
8
# CI/CD
9
.travis.yml export-ignore
10
-.gitlab-ci.yml export-ignore
+.gitlab-ci.yml export-ignore
+# general text files
+*.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