Skip to content

Commit 11f7cb9

Browse files
committed
build: exclude development files from git export
1 parent 51b3242 commit 11f7cb9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)