1 parent 51b3242 commit 11f7cb9Copy full SHA for 11f7cb9
1 file changed
.gitattributes
@@ -0,0 +1,13 @@
1
+# Path-based git attributes
2
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
+
4
+# Ignore all test and documentation with "export-ignore".
5
+/.docker export-ignore
6
+/.github export-ignore
7
+/tests export-ignore
8
+/.editorconfig export-ignore
9
+/.gitattributes export-ignore
10
+/.gitignore export-ignore
11
+/.php-cs-fixer.php export-ignore
12
+/docker-compose.yml export-ignore
13
+/Makefile export-ignore
0 commit comments