diff options
author | eric <thul.eric@gmail.com> | 2015-01-17 16:31:01 -0500 |
---|---|---|
committer | eric <thul.eric@gmail.com> | 2015-01-17 16:31:01 -0500 |
commit | 84bdfea8eab66d3f797d1616db0e4fd63138fb6f (patch) | |
tree | 254850b971c699f0547b70b3c5e5137c29555e9f /.gitignore | |
parent | ebf06d39692b92058df757b2ec0009f0935d4563 (diff) | |
parent | 9f398b64af9025e146362a6cf7a2817255700337 (diff) | |
download | purs-loader-84bdfea8eab66d3f797d1616db0e4fd63138fb6f.tar.gz purs-loader-84bdfea8eab66d3f797d1616db0e4fd63138fb6f.tar.zst purs-loader-84bdfea8eab66d3f797d1616db0e4fd63138fb6f.zip |
Merge pull request #6 from ethul/topic/bower-components
Topic/bower components
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ | |||
1 | npm-debug.log | ||
1 | node_modules/ | 2 | node_modules/ |
2 | example/node_modules/ | 3 | example/node_modules/ |
4 | example/bower_components/ | ||
3 | example/dist/ | 5 | example/dist/ |
4 | example/output/ | 6 | example/output/ |