Skip to content

Commit 09af535

Browse files
committed
Merge remote-tracking branch 'codepile/feature/export-ignore' into wip/export-ignore
2 parents 9fff16c + 9227d4c commit 09af535

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+
# Ignore un-needed files and directories for export of production releases
2+
# Keeps src/
3+
#
4+
# See: http://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Exporting-Your-Repository
5+
6+
tests export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
.travis.yml export-ignore
10+
box.json.dist export-ignore
11+
Makefile export-ignore
12+
phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)