Skip to content
Snippets Groups Projects
Commit 5a30f9cf authored by Sandro Weber's avatar Sandro Weber
Browse files

[NRRPLT-2942] bower ignore list fix

Change-Id: Id9fa2280aedba8c7e910f616fd71b917b8ca4387
parent b6b97231
No related branches found
No related tags found
No related merge requests found
......@@ -30,24 +30,26 @@
],
"ignore": [
"**/.*",
"bower_components",
"build",
"cmake",
"gz3d/http",
"gz3d/src",
"gz3d/utils",
"gzbridge",
"hbp",
"http",
"node_modules",
"tools",
"bower_components/",
"build/",
"cmake/",
"gz3d/http/",
"gz3d/src/",
"gz3d/utils/",
"gzbridge/",
"hbp/",
"http/",
"node_modules/",
"tools/",
"Gruntfile.js",
"package.json",
"gz3d/src",
"gz3d/utils",
"*.sh",
"*.py",
"*.html",
"README",
"CMakeLists.txt"
]
],
"resolutions": {
"jquery": "1.11.1"
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment