mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
remove .tool-versions file per PR feedback
This commit is contained in:
parent
81bdf27d67
commit
8fcd3a5c69
2 changed files with 3 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
# C extensions
|
# C extensions
|
||||||
*.so
|
*.so
|
||||||
.python-version
|
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
*.egg
|
*.egg
|
||||||
|
@ -17,7 +16,10 @@ sdist
|
||||||
develop-eggs
|
develop-eggs
|
||||||
.installed.cfg
|
.installed.cfg
|
||||||
lib64
|
lib64
|
||||||
|
|
||||||
|
# Versioning
|
||||||
.python-version
|
.python-version
|
||||||
|
.tool-version
|
||||||
|
|
||||||
# Installer logs
|
# Installer logs
|
||||||
pip-log.txt
|
pip-log.txt
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python 3.8.2
|
|
Loading…
Add table
Reference in a new issue