diff options
author | Simon Hengel <sol@typeful.net> | 2012-01-11 14:44:55 +0100 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2012-02-04 00:49:07 +0100 |
commit | fb93d4064a3cc0ec5d1280cb55a703b61b2e083a (patch) | |
tree | 55edb1beca3d36f89f0882400b44e30d17f9114b /.gitignore | |
parent | 170646139ac4b411c4f036953688f18833fdf5f1 (diff) |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fefd7f21 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/dist/ +/tests/html-tests/output/ |