diff --git a/app/html/docs/submitting_a_package.html b/app/html/docs/submitting_a_package.html
index 13c6f57..b9ed365 100644
--- a/app/html/docs/submitting_a_package.html
+++ b/app/html/docs/submitting_a_package.html
@@ -154,6 +154,18 @@
5. Prepare Your Repository
of your repository will prevent Package Control from keeping your
package packed as a .sublime-package file in ST3.
+
+ Optionally, add a
+ .gitattributes
+ file. If your repository includes any files that are not necessary
+ for end-users, such as tests, they can be omitted from the package by
+ setting the export-ignore attribute. You can use
+ git archive
+ to test your attributes. Note that this will affect all archives
+ created for your repo, including the release archives downloadable from
+ GitHub. If you want to include the tests in those archives, this
+ solution is not appropriate for you.
+
6. Add Your Repository to the Default Channel