89ab1ec5 by Adam Heath

Remove dist from gitignore, so that when a new master is published, the

built files can be distributed.
1 parent c5991ff3
...@@ -29,7 +29,7 @@ node_modules/ ...@@ -29,7 +29,7 @@ node_modules/
29 .yo-rc.json 29 .yo-rc.json
30 30
31 # Build-related directories 31 # Build-related directories
32 dist/ 32 # dist/
33 dist-test/ 33 dist-test/
34 docs/api/ 34 docs/api/
35 es5/ 35 es5/
......