mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
ignore .files for bower packaging
This commit is contained in:
parent
416fd9d19b
commit
b8348416b0
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
"name": "bootstrap",
|
||||
"version": "3.0.0",
|
||||
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
|
||||
"ignore": [
|
||||
"**/.*"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.9.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue