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 mistercrunch committed Jun 7, 2017
1 parent 9aba77d commit a882f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ app.db
.idea
*.sqllite
.vscode
.python-version

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

0 comments on commit a882f7a

Please sign in to comment.