summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-03 21:13:01 -0500
committerThomas Park <thomas@thomaspark.me>2014-03-03 21:13:01 -0500
commit6a2d440b797811bc5d66045ca0a651eeefdd6b89 (patch)
treeb218bddf812b3dbab72ccf6eeac58519928fff57
parentb7a44bbf676e9d6d854aacbd2cdc80329a42a789 (diff)
ignore bower_components and package.json for bower, closes #226
-rw-r--r--bower.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/bower.json b/bower.json
index 8001ecb7..6bef681f 100644
--- a/bower.json
+++ b/bower.json
@@ -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"
],