We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fff16c + 9227d4c commit 09af535Copy full SHA for 09af535
.gitattributes
@@ -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