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

View File

@@ -0,0 +1,19 @@
{
"name": "primer-user-content",
"keywords": [
"github",
"markdown",
"css"
],
"main": [
"dist/github-markdown.css"
],
"ignore": [
"**/.*",
"*.js",
"README.md",
"Gruntfile.js",
"package.json",
"render-test.md"
]
}