chore: exclude wrangler directory from git

This commit is contained in:
grassblock 2025-05-31 19:20:04 +08:00
parent e5d6dbda6f
commit eaabe1b737
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View file

@ -4,6 +4,9 @@ dist/
# generated types
.astro/
# wrangler output
.wrangler/
# dependencies
node_modules/