fix: Add 'dist/' to .gitignore to prevent built files from being tracked

This commit is contained in:
Alex Newman
2025-11-30 22:50:08 -05:00
parent 4eb6557fbb
commit 2431a1bd9e

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules/
dist/
*.log
.DS_Store
.env