diff options
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/ |