Add asdf to gitignore (and dockerignore) (#7686)

This commit is contained in:
Jordan Zucker 2024-10-28 20:09:22 -07:00 committed by GitHub
parent 302ba2874e
commit 444c0fc67f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -75,6 +75,9 @@ target/
# pyenv
.python-version
# asdf
.tool-versions
# celery beat schedule file
celerybeat-schedule

3
.gitignore vendored
View file

@ -75,6 +75,9 @@ cov.xml
# pyenv
.python-version
# asdf
.tool-versions
# Environments
.env
.venv