From db565f86c8b0a8fe2da3d6fc934583993be4431d Mon Sep 17 00:00:00 2001 From: jomo Date: Mon, 13 Jul 2020 00:01:50 +0200 Subject: [PATCH] delete unnecessary files --- .buildpacks | 2 -- .editorconfig | 21 --------------------- Procfile | 1 - app.json | 30 ------------------------------ 4 files changed, 54 deletions(-) delete mode 100644 .buildpacks delete mode 100644 .editorconfig delete mode 100644 Procfile delete mode 100644 app.json diff --git a/.buildpacks b/.buildpacks deleted file mode 100644 index 516e38b..0000000 --- a/.buildpacks +++ /dev/null @@ -1,2 +0,0 @@ -https://github.com/mojodna/heroku-buildpack-cairo.git -https://github.com/heroku/heroku-buildpack-nodejs.git \ No newline at end of file diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d849a3c..0000000 --- a/.editorconfig +++ /dev/null @@ -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 \ No newline at end of file diff --git a/Procfile b/Procfile deleted file mode 100644 index e8f79ea..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: npm start \ No newline at end of file diff --git a/app.json b/app.json deleted file mode 100644 index 939ca44..0000000 --- a/app.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file