mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Gitignore pyenv's Python version file
I use pyenv to manage the Python version to run the Transifex client. That's the only bit of Python I use in this repo. Without this I have to select the version each time and remove the file after preparing the release. Annoying.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
.bundle
|
||||
.rbenv-version
|
||||
.python-version
|
||||
.byebug_history
|
||||
.swp
|
||||
*.swo
|
||||
|
||||
Reference in New Issue
Block a user