Skip to content

Commit

Permalink
Remove deprecated Gratipay badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Pegase745 committed Mar 21, 2018
1 parent 762efa1 commit dbc9cdd
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 2 deletions.
152 changes: 152 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
{
"search.exclude": {
"# Byte-compiled / optimized / DLL files": true,
"__pycache__/": true,
"*.py[cod]": true,
"*$py.class": true,
"# C extensions": true,
"*.so": true,
"# Distribution / packaging": true,
".Python": true,
"env/": true,
"build/": true,
"develop-eggs/": true,
"dist/": true,
"downloads/": true,
"eggs/": true,
".eggs/": true,
"lib/": true,
"lib64/": true,
"parts/": true,
"sdist/": true,
"var/": true,
"*.egg-info/": true,
".installed.cfg": true,
"*.egg": true,
"# PyInstaller": true,
"# Usually these files are written by a python script from a template": true,
"# before PyInstaller builds the exe, so as to inject date/other infos into it.": true,
"*.manifest": true,
"*.spec": true,
"# Installer logs": true,
"pip-log.txt": true,
"pip-delete-this-directory.txt": true,
"# Unit test / coverage reports": true,
"htmlcov/": true,
".tox/": true,
".coverage": true,
".coverage.*": true,
".cache": true,
"nosetests.xml": true,
"coverage.xml": true,
"*,cover": true,
".hypothesis/": true,
"# Translations": true,
"*.mo": true,
"*.pot": true,
"# Django stuff:": true,
"*.log": true,
"local_settings.py": true,
"# Flask stuff:": true,
"instance/": true,
".webassets-cache": true,
"# Scrapy stuff:": true,
".scrapy": true,
"# Sphinx documentation": true,
"docs/_build/": true,
"# PyBuilder": true,
"target/": true,
"# IPython Notebook": true,
".ipynb_checkpoints": true,
"# pyenv": true,
".python-version": true,
"# celery beat schedule file": true,
"celerybeat-schedule": true,
"# dotenv": true,
".env": true,
"# virtualenv": true,
"venv/": true,
"ENV/": true,
"# Spyder project settings": true,
".spyderproject": true,
"# Rope project settings": true,
".ropeproject": true,
"# Fixtures node_modules": true,
"node_modules": true
},
"files.exclude": {
"# Byte-compiled / optimized / DLL files": true,
"__pycache__/": true,
"*.py[cod]": true,
"*$py.class": true,
"# C extensions": true,
"*.so": true,
"# Distribution / packaging": true,
".Python": true,
"env/": true,
"build/": true,
"develop-eggs/": true,
"dist/": true,
"downloads/": true,
"eggs/": true,
".eggs/": true,
"lib/": true,
"lib64/": true,
"parts/": true,
"sdist/": true,
"var/": true,
"*.egg-info/": true,
".installed.cfg": true,
"*.egg": true,
"# PyInstaller": true,
"# Usually these files are written by a python script from a template": true,
"# before PyInstaller builds the exe, so as to inject date/other infos into it.": true,
"*.manifest": true,
"*.spec": true,
"# Installer logs": true,
"pip-log.txt": true,
"pip-delete-this-directory.txt": true,
"# Unit test / coverage reports": true,
"htmlcov/": true,
".tox/": true,
".coverage": true,
".coverage.*": true,
".cache": true,
"nosetests.xml": true,
"coverage.xml": true,
"*,cover": true,
".hypothesis/": true,
"# Translations": true,
"*.mo": true,
"*.pot": true,
"# Django stuff:": true,
"*.log": true,
"local_settings.py": true,
"# Flask stuff:": true,
"instance/": true,
".webassets-cache": true,
"# Scrapy stuff:": true,
".scrapy": true,
"# Sphinx documentation": true,
"docs/_build/": true,
"# PyBuilder": true,
"target/": true,
"# IPython Notebook": true,
".ipynb_checkpoints": true,
"# pyenv": true,
".python-version": true,
"# celery beat schedule file": true,
"celerybeat-schedule": true,
"# dotenv": true,
".env": true,
"# virtualenv": true,
"venv/": true,
"ENV/": true,
"# Spyder project settings": true,
".spyderproject": true,
"# Rope project settings": true,
".ropeproject": true,
"# Fixtures node_modules": true,
"node_modules": true
}
}
2 changes: 1 addition & 1 deletion FlowType.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"log_level": "info",

// Path to flow binary
"flow_bin_path": "/usr/local/bin/flow",
"flow_bin_path": "/usr/bin/flow",

// Allow completions of Flow built-in types
"complete_with_builtintypes": true,
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![Build Status](https://travis-ci.org/Pegase745/sublime-flowtype.svg?branch=master)](https://travis-ci.org/Pegase745/sublime-flowtype)
[![Build status](https://ci.appveyor.com/api/projects/status/jofwwwr30ub7f8r2/branch/master?svg=true)](https://ci.appveyor.com/project/Pegase745/sublime-flowtype)
[![Package Control](https://img.shields.io/packagecontrol/dt/FlowType.svg)](https://packagecontrol.io/packages/FlowType)
[![Gratipay User](https://img.shields.io/gratipay/user/Pegase.svg)](https://gratipay.com/~Pegase/)

<!-- [![codecov](https://codecov.io/gh/Pegase745/sublime-flowtype/branch/master/graph/badge.svg)](https://codecov.io/gh/Pegase745/sublime-flowtype) -->
<!-- [![Code Climate](http://img.shields.io/codeclimate/github/Pegase745/sublime-flowtype.svg)](https://codeclimate.com/github/Pegase745/sublime-flowtype) -->
Expand Down

0 comments on commit dbc9cdd

Please sign in to comment.