Skip to content

Commit

Permalink
removed .python-version from .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankotari committed Jan 22, 2019
1 parent d44cc1b commit 44de3ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ target/
.ipynb_checkpoints

# pyenv
.python-version
# .python-version

# celery beat schedule file
celerybeat-schedule
Expand All @@ -88,3 +88,6 @@ ENV/

# Pycharm editor
.idea/

# Vim or Emac
.tags
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.5.3

0 comments on commit 44de3ab

Please sign in to comment.