Skip to content

Commit

Permalink
Ignore local environment .tool-versions configuration file
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 committed Jan 17, 2022
1 parent 628e86f commit fd2e100
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 @@ -47,6 +47,7 @@ bundle/ios/assets/gutenberg/packages/block-library/src/*

# Local configuration file (sdk path, etc)
local.properties
.tool-versions

# XCode
build/
Expand Down

0 comments on commit fd2e100

Please sign in to comment.