Skip to content

Commit c14b5b9

Browse files
committed
Merge pull request #48 from ampproject/fix/prune-dist-archive
1 parent e0a1943 commit c14b5b9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Improve diff output for PHP files.
2+
*.php diff=php
3+
4+
# Mark generated files so diffs are hidden by default.
5+
/resources/**/* linguist-generated=true
6+
/tests/spec/**/* linguist-generated=true
7+
8+
# Exclude build & test files from dist archives.
9+
/.github export-ignore
10+
/bin export-ignore
11+
/tests export-ignore
12+
/.editorconfig export-ignore
13+
/.gitattributes export-ignore
14+
/.gitignore export-ignore
15+
/.phpcs.xml.dist export-ignore
16+
/phpstan.neon.dist export-ignore
17+
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)