mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Add .python-version to gitignore (#37483)
This file is used by pyenv tool to automatically activate env
This commit is contained in:
parent
a6617e4357
commit
5d178c9287
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -73,6 +73,7 @@ ansible.egg-info/
|
||||||
/shippable/
|
/shippable/
|
||||||
/test/integration/cloud-config-*.*
|
/test/integration/cloud-config-*.*
|
||||||
!/test/integration/cloud-config-*.*.template
|
!/test/integration/cloud-config-*.*.template
|
||||||
|
.python-version
|
||||||
# Release directory
|
# Release directory
|
||||||
packaging/release/ansible_release
|
packaging/release/ansible_release
|
||||||
/.cache/
|
/.cache/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue