Ignore non-framework files when using bower
This commit is contained in:
parent
88f03612b0
commit
e8668a72fe
@ -17,5 +17,12 @@
|
||||
"responsive",
|
||||
"boilerplate"
|
||||
],
|
||||
"ignore": [
|
||||
"*",
|
||||
"!css/",
|
||||
"!css/*",
|
||||
"!images/",
|
||||
"!images/*"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Reference in New Issue
Block a user