diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-03 21:13:01 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-03 21:13:01 -0500 |
commit | 6a2d440b797811bc5d66045ca0a651eeefdd6b89 (patch) | |
tree | b218bddf812b3dbab72ccf6eeac58519928fff57 | |
parent | b7a44bbf676e9d6d854aacbd2cdc80329a42a789 (diff) |
ignore bower_components and package.json for bower, closes #226
-rw-r--r-- | bower.json | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,7 @@ "2", "api", "assets", + "bower_components", "custom", "default", "global", @@ -27,6 +28,7 @@ "Gemfile", "Gruntfile.js", "index.html", + "package.json", "*/index.html", "*/thumbnail.png" ], |