diff options
author | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:00 -0500 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2015-01-13 22:03:00 -0500 |
commit | f9d1a6b3c9833036e27920171e45bb73f1764fa3 (patch) | |
tree | e5db46409894da81ca1f4c39b696c94fd1afab82 /.gitignore | |
parent | ba586c433f799db1f2b8161e188b1e1e0ae7c079 (diff) | |
download | purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.gz purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.tar.zst purs-loader-f9d1a6b3c9833036e27920171e45bb73f1764fa3.zip |
Adding basic example
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ | |||
1 | node_modules/ | 1 | node_modules/ |
2 | example/node_modules/ | ||
3 | example/dist/ | ||
4 | example/output/ | ||