diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -1,9 +1,4 @@ | |||
1 | .psci | 1 | **DS_Store* |
2 | .pulp-cache | 2 | build/ |
3 | npm-debug.log | ||
4 | index.json | ||
5 | index.js | ||
6 | node_modules/ | 3 | node_modules/ |
7 | bower_components/ | 4 | bower_components/ |
8 | build/ | ||
9 | tmp/ | ||