chore: ignore .turbo cache dirs

This commit is contained in:
2026-04-28 19:56:39 -04:00
parent 56b2198df1
commit d77a006ded

1
.gitignore vendored
View File

@@ -33,6 +33,7 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
.eslintcache .eslintcache
.cache .cache
*.tsbuildinfo *.tsbuildinfo
.turbo
# IntelliJ based IDEs # IntelliJ based IDEs
.idea .idea