fix: Add editor folders to .gitignore

This commit is contained in:
April Hall 2025-01-03 10:35:21 -05:00
parent ac6f247a82
commit 4648affd6b
No known key found for this signature in database
GPG Key ID: A49AC35CB186266C

4
.gitignore vendored
View File

@ -1,5 +1,9 @@
node_modules
# IDEs
/.vscode
/.idea
# Output
.output
.vercel