Skip to content

Instantly share code, notes, and snippets.

@jnweaver
Created January 21, 2015 20:57
Show Gist options
  • Save jnweaver/8125067e4533d29753e8 to your computer and use it in GitHub Desktop.
Save jnweaver/8125067e4533d29753e8 to your computer and use it in GitHub Desktop.
Bower ignore test
{
"name": "UW_WP_Skeleton",
"version": "0.0.1",
"private": true,
"dependencies": {
"uw-ui-toolkit": "git://github.com/UWMadisonUcomm/uw-ui-toolkit.git#bowerignore"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment