Skip to content

Commit 83e76bd

Browse files
authored
Merge pull request #313 from sup-ham/export-ignore
Ignore dev files in zip distribution
2 parents 9344093 + d1d4d29 commit 83e76bd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/composer.lock export-ignore
4+
/examples export-ignore
5+
/gulpfile.js export-ignore
6+
/package.json export-ignore
7+
/phpunit.xml.dist export-ignore
8+
/resources export-ignore
9+
/tests export-ignore

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Yii2 multiple input change log
33

44
2.22.0 (in development)
55
=======================
6+
- Ignore dev files in zip distribution (sup-ham)
67

78
2.21.4
89
======

0 commit comments

Comments
 (0)