Skip to content

Commit 0766d1a

Browse files
authored
Merge pull request #228 from WyriHaximus/Update-.gitattributes-to-reflect-the-current-files-that-should-be-kept-out-of-release-tarballs
Update .gitattributes to reflect the current files that should be kept out of release tarballs
2 parents 1da00c6 + 838a011 commit 0766d1a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.gitattributes

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Ignoring files for distribution archieves
2-
examples/ export-ignore
2+
.github/ export-ignore
3+
etc/ export-ignore
34
tests/ export-ignore
4-
.dunitconfig export-ignore
5-
.travis.yml export-ignore
6-
.gitignore export-ignore
5+
var/ export-ignore
6+
.devcontainer.json export-ignore
7+
.editorconfig export-ignore
78
.gitattributes export-ignore
8-
.scrutinizer.yml export-ignore
9-
.styleci.yml export-ignore
10-
appveyor.yml export-ignore
11-
phpunit.xml.dist export-ignore
9+
.gitignore export-ignore
10+
CONTRIBUTING.md export-ignore
11+
composer.lock export-ignore
12+
infection.json.dist export-ignore
13+
Makefile export-ignore
14+
README.md export-ignore

0 commit comments

Comments
 (0)