Removes files that should belong only to master

This commit is contained in:
Zeno Rocha
2015-09-19 03:20:30 -07:00
parent 702d353447
commit d4f94a3d8f
301 changed files with 27238 additions and 176 deletions

14
bower_components/highlightjs/bower.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "highlightjs",
"version": "8.8.0",
"main": [
"highlight.pack.js",
"styles/default.css"
],
"ignore": [
"**/.*",
"node_modules",
"vendor",
"components"
]
}