added some files and directories to package ignores
This commit is contained in:
parent
f505932d12
commit
1926d1e8f7
|
@ -0,0 +1,5 @@
|
||||||
|
.git*
|
||||||
|
browserify/
|
||||||
|
prefactor/
|
||||||
|
gulpfile.js
|
||||||
|
bump-version.sh
|
|
@ -29,6 +29,11 @@
|
||||||
"homepage": "https://git.daplie.com/OAuth3/oauth3.js",
|
"homepage": "https://git.daplie.com/OAuth3/oauth3.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
"browserify",
|
||||||
|
"prefactor",
|
||||||
|
"gulpfile.js",
|
||||||
|
"bump-version.sh",
|
||||||
|
"oauth3.node.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"bower_components",
|
"bower_components",
|
||||||
"test",
|
"test",
|
||||||
|
|
Loading…
Reference in New Issue