Add .gitignore file to exclude node_modules, dist, bin, and .env

This commit is contained in:
MayaTheShy
2026-03-21 16:53:08 -04:00
parent 86904bc01f
commit 1f3b961fa0

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
node_modules/
dist/
bin/
.env