update .gitignore

This commit is contained in:
Fomys 2018-08-21 15:19:43 +02:00
parent 556a4a4035
commit dd8f7df72c
3 changed files with 11 additions and 0 deletions

3
.gitignore vendored
View File

@ -105,3 +105,6 @@ venv.bak/
# Pycharm project settings
.idea/
# FoBot config
foBot_config/*

7
app.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "foBot",
"description": "A simple bot for discord.",
"image": "heroku/python",
"repository": "https://github.com/Fomys/foBot",
"keywords": ["python", "discord", "rewrite"]
}

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
python-3.7.0