Skip to content

Commit

Permalink
Ignore pyenv files in .gitignore.
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 committed Jun 5, 2017
1 parent bea7022 commit 079ddaa
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 079ddaa

Please sign in to comment.