mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
add image dir to git
This commit is contained in:
parent
90022d9e6c
commit
47a978df6c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
images/
|
images/*/*.png
|
||||||
node_modules/
|
node_modules/
|
||||||
coverage/
|
coverage/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|||||||
0
images/capes/.gitkeep
Normal file
0
images/capes/.gitkeep
Normal file
0
images/faces/.gitkeep
Normal file
0
images/faces/.gitkeep
Normal file
0
images/helms/.gitkeep
Normal file
0
images/helms/.gitkeep
Normal file
0
images/renders/.gitkeep
Normal file
0
images/renders/.gitkeep
Normal file
0
images/skins/.gitkeep
Normal file
0
images/skins/.gitkeep
Normal file
@ -21,7 +21,7 @@
|
|||||||
"avatar"
|
"avatar"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "mkdir -pv images/{faces,helms,skins,renders,capes} && cp 'config.example.js' 'config.js'",
|
"postinstall": "cp 'config.example.js' 'config.js'",
|
||||||
"start": "node www.js",
|
"start": "node www.js",
|
||||||
"test": "mocha",
|
"test": "mocha",
|
||||||
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user