chore(git): Made this repo commitizen frendly

This commit is contained in:
bigeagle 2016-05-05 11:44:14 +08:00
parent b88a56dc4b
commit c311648546
No known key found for this signature in database
GPG Key ID: 9171A4571C27920A
3 changed files with 15 additions and 56 deletions

57
.gitignore vendored
View File

@ -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

View File

@ -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

13
package.json Normal file
View File

@ -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"
}
}
}