Skip to content

Commit

Permalink
Ignore pyenv files in .gitignore. (apache#2906)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xiaohanyu authored and Xiao Hanyu committed Jun 16, 2017
1 parent 0bf678e commit a54591c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ app.db
*.bak
.idea
*.sqllite
.python-version

# Node.js, webpack artifacts
*.entry.js
Expand All @@ -32,4 +33,4 @@ node_modules
npm-debug.log
yarn.lock
superset/assets/version_info.json
log
log

0 comments on commit a54591c

Please sign in to comment.