Skip to content

Commit aa6249f

Browse files
authored
Add .gitattributes (#5)
1 parent 63a51ad commit aa6249f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore paths when git creates an archive of this package
5+
/.git* export-ignore
6+
/.editorconfig export-ignore
7+
/.env.testing export-ignore
8+
/.env.testing.slic export-ignore
9+
/codeception.dist.yml export-ignore
10+
/codeception.slic.yml export-ignore
11+
/phpstan.neon.dist export-ignore
12+
/tests export-ignore

0 commit comments

Comments
 (0)