Skip to content

Commit

Permalink
Ignore local environment .tool-versions configuration file (#38013)
Browse files Browse the repository at this point in the history
The `.tool-versions` file configures one's local environment and should
likely not be committed. Its format is defined by
[asdf-vm](https://asdf-vm.com), and is similar to
[nvm](https://github.com/nvm-sh/nvm), [rvm](https://rvm.io), or
[rbenv](https://github.com/rbenv/rbenv). Ignore this file will help
ensure the configuration is not accidentally committed to the
repository.
  • Loading branch information
dcalhoun authored Jan 17, 2022
1 parent a7f58f0 commit 59343ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ test/native/junit.xml
phpcs.xml
phpunit.xml
phpunit-watcher.yml
.tool-versions

0 comments on commit 59343ef

Please sign in to comment.