1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-17 10:46:00 +02:00

bower: ignore dot files, build and tests

This commit is contained in:
Gregor Kralik 2014-07-09 11:02:08 +02:00
parent 392cbda095
commit bdc89a0b24

View File

@ -12,5 +12,13 @@
"flash",
"video",
"player"
]
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"build"
],
}