Skip to content

Commit f87e0fc

Browse files
committed
Merge pull request #354 from joscha/patch-1
Update ignored files
2 parents acba85b + aa5cd06 commit f87e0fc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

bower.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,15 @@
33
"version": "1.1.19",
44
"dependencies": {},
55
"main": "dist/raven.js",
6-
"ignore": {}
6+
"ignore": [
7+
"**/.*",
8+
"AUTHORS",
9+
"Gruntfile.js",
10+
"Makefile",
11+
"README.md",
12+
"docs",
13+
"package.json",
14+
"example",
15+
"test"
16+
]
717
}

0 commit comments

Comments
 (0)