Evan You
10 years ago
1 changed files with
4 additions and
1 deletions
-
4
1
bower.json
|
@@ -7,10 +7,13 @@
|
|
|
"ignore": [
|
|
"ignore": [
|
|
|
".*",
|
|
".*",
|
|
|
"examples",
|
|
"examples",
|
|
|
|
|
+ "build",
|
|
|
|
|
+ "perf",
|
|
|
"test",
|
|
"test",
|
|
|
"grunt",
|
|
"grunt",
|
|
|
"gruntfile.js",
|
|
"gruntfile.js",
|
|
|
"*.json",
|
|
"*.json",
|
|
|
- "*.md"
|
|
|
|
|
|
|
+ "*.md",
|
|
|
|
|
+ "*.yml"
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|