1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

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
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