mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
delete unnecessary files
This commit is contained in:
parent
0d2fe02cbc
commit
db565f86c8
@ -1,2 +0,0 @@
|
|||||||
https://github.com/mojodna/heroku-buildpack-cairo.git
|
|
||||||
https://github.com/heroku/heroku-buildpack-nodejs.git
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
# We use EditorConfig to standardize settings between contributors
|
|
||||||
# See http://editorconfig.org for more info and plugin downloads
|
|
||||||
|
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = false
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*.{js, json, yml}]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
charset = utf-8
|
|
||||||
|
|
||||||
[*.md]
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
|
|
||||||
[.gitignore]
|
|
||||||
# echo "filename" >> .gitignorre
|
|
||||||
insert_final_newline = true
|
|
||||||
30
app.json
30
app.json
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Crafatar",
|
|
||||||
"description": "A blazing fast API for Minecraft faces!",
|
|
||||||
"repository": "https://github.com/crafatar/crafatar",
|
|
||||||
"keywords": [
|
|
||||||
"node",
|
|
||||||
"minecraft",
|
|
||||||
"avatar",
|
|
||||||
"redis"
|
|
||||||
],
|
|
||||||
"website": "https://crafatar.com/",
|
|
||||||
"env": {
|
|
||||||
"EPHEMERAL_STORAGE": {
|
|
||||||
"description": "Set to true if your storage is gone after deploying",
|
|
||||||
"required": false,
|
|
||||||
"value": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"addons": [
|
|
||||||
"rediscloud"
|
|
||||||
],
|
|
||||||
"buildpacks": [
|
|
||||||
{
|
|
||||||
"url": "https://github.com/mojodna/heroku-buildpack-cairo.git"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user