diff --git a/.gitignore b/.gitignore index 04f63edc..0c607a18 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,124 @@ __pycache__/ .env hc.sqlite hc/local_settings.py -static-collected \ No newline at end of file +static-collected + +.env +*.pyc +start-server +bifrost/data +fab.log +production-config +start-db +.DS_Store +logfile +.idea +**/settings/local.py +bifrost/assets/* +!bifrost/assets/.gitkeep +venv/ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# +.idea/ + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ +.pytest_cache/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# celery beat schedule file +celerybeat-schedule +celerybeat-schedule.db +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ diff --git a/README.md b/README.md index 00bd2af9..cd70a889 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Healthchecks -[![Build Status](https://travis-ci.org/healthchecks/healthchecks.svg?branch=master)](https://travis-ci.org/healthchecks/healthchecks) -[![Coverage Status](https://coveralls.io/repos/healthchecks/healthchecks/badge.svg?branch=master&service=github)](https://coveralls.io/github/healthchecks/healthchecks?branch=master) - +## How Squad has configured HealthChecks along with below stuff can be found [here](https://docs.google.com/document/d/137E_6e-kCRk-5wmDTMffZ8vlmLT4yw4NghajnRkiO_8/edit) ![Screenshot of Welcome page](/static/img/welcome.png?raw=true "Welcome Page")