update ignored files
This commit is contained in:
parent
1a0a2ac4dc
commit
326c8c0e39
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue