update .gitignore
This commit is contained in:
parent
556a4a4035
commit
dd8f7df72c
3
.gitignore
vendored
3
.gitignore
vendored
@ -105,3 +105,6 @@ venv.bak/
|
||||
|
||||
# Pycharm project settings
|
||||
.idea/
|
||||
|
||||
# FoBot config
|
||||
foBot_config/*
|
||||
|
7
app.json
Normal file
7
app.json
Normal 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
1
runtime.txt
Normal file
@ -0,0 +1 @@
|
||||
python-3.7.0
|
Loading…
Reference in New Issue
Block a user