Browse Source

Merge pull request #7410 from sjando/bowerfix

Fix bower.json ignores
Mr.doob 9 năm trước cách đây
mục cha
commit
fcb5c05a21
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 8 8
      bower.json

+ 8 - 8
bower.json

@@ -14,13 +14,13 @@
 	"ignore": [
 		"**/.*",
 		"*.md",
-		"docs",
-		"editor",
-		"examples/*",
-		"!examples/js",
-		"src",
-		"test",
-		"utils",
-		"LICENSE"
+		"/docs",
+		"/editor",
+		"/examples/*",
+		"!/examples/js",
+		"/src",
+		"/test",
+		"/utils",
+		"/LICENSE"
 	]
 }