update ignored files

This commit is contained in:
Jan T. Sott 2017-03-28 17:39:53 +02:00
parent 1a0a2ac4dc
commit 326c8c0e39

View file

@ -16,10 +16,12 @@
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown", "homepage": "https://github.com/idleberg/Creative-Commons-Markdown",
"ignore": [ "ignore": [
"**/.*", "**/.*",
".npmignore",
"node_modules", "node_modules",
"bower_components", "bower_components",
"package.json", "package.json",
"test", "test",
"tests" "tests",
"yarn.lock"
] ]
} }