diff --git a/.gitignore b/.gitignore index e96a241..528694a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,59 +1,4 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# 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 -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - *.swp *~ -/examples/tunasync.json /*.cov +node_modules diff --git a/README.md b/README.md index 2e42881..8d89ff0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ tunasync [![Build Status](https://travis-ci.org/tuna/tunasync.svg?branch=dev)](https://travis-ci.org/tuna/tunasync) [![Coverage Status](https://coveralls.io/repos/github/tuna/tunasync/badge.svg?branch=dev)](https://coveralls.io/github/tuna/tunasync?branch=dev) +[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) ![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg) ## Design diff --git a/package.json b/package.json new file mode 100644 index 0000000..68e7469 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "tunasync", + "version": "1.0.0b1", + "description": "This is not a node project!", + "devDependencies": { + "cz-conventional-changelog": "^1.1.6" + }, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + } +}