Add asdf tools dot file to gitignore (#128608)

This commit is contained in:
Jordan Zucker
2024-10-18 00:34:22 -07:00
committed by GitHub
parent 4251389c12
commit 1e001469f6
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ docs
# Development
.devcontainer
.vscode
.tool-versions
# Test related files
tests

1
.gitignore vendored
View File

@ -79,6 +79,7 @@ pytest-*.txt
.pydevproject
.python-version
.tool-versions
# emacs auto backups
*~