Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 4471c72

Browse files
committed
Merge pull request #39 from github/bower-ignore
Ignore Ruby related files from bower package
2 parents 7c8d7d1 + 1a6bcbc commit 4471c72

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bower.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@
1010
"main": [
1111
"app/assets/javascripts/task_list.coffee",
1212
"app/assets/stylesheets/task_list.scss"
13+
],
14+
"ignore": [
15+
".gitignore",
16+
".travis.yml",
17+
"*.gemspec",
18+
"*.md",
19+
"config.ru",
20+
"Gemfile",
21+
"lib/",
22+
"Rakefile",
23+
"script/",
24+
"test/"
1325
]
1426
}

0 commit comments

Comments
 (0)