Ignore pyenv files in .gitignore. (#2906)

Some python developers use Python version manager to create and switch Python
enviroments, pyenv (http://github.com/yyuu/pyenv) is one of the version managers.

When you use `pyenv local x.x.x`, `pyenv` will put a `.python-version` file in
project directory, which, in general, should not be commited to git.
This commit is contained in:
Xiao Hanyu 2017-06-07 14:44:57 +08:00 committed by Maxime Beauchemin
parent 9aba77db74
commit a882f7a55f
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -25,6 +25,7 @@ app.db
.idea
*.sqllite
.vscode
.python-version
# Node.js, webpack artifacts
*.entry.js
@ -33,3 +34,4 @@ node_modules
npm-debug.log
yarn.lock
superset/assets/version_info.json