Browse Source

Update readme

pull/386/head
tarungarg546 4 years ago
parent
commit
7d5682ed76
2 changed files with 122 additions and 4 deletions
  1. +121
    -1
      .gitignore
  2. +1
    -3
      README.md

+ 121
- 1
.gitignore View File

@ -4,4 +4,124 @@ __pycache__/
.env .env
hc.sqlite hc.sqlite
hc/local_settings.py hc/local_settings.py
static-collected
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/

+ 1
- 3
README.md View File

@ -1,8 +1,6 @@
# Healthchecks # 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") ![Screenshot of Welcome page](/static/img/welcome.png?raw=true "Welcome Page")


Loading…
Cancel
Save