diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ | |||
1 | .psci | ||
1 | npm-debug.log | 2 | npm-debug.log |
3 | index.json | ||
4 | index.js | ||
2 | node_modules/ | 5 | node_modules/ |
6 | bower_components/ | ||
7 | build/ | ||
8 | example/bundle.js | ||
3 | example/node_modules/ | 9 | example/node_modules/ |
4 | example/bower_components/ | 10 | example/bower_components/ |
5 | example/dist/ | ||
6 | example/output/ | 11 | example/output/ |