adding .env to gitignore

This commit is contained in:
Will Baumbach
2026-04-22 10:47:07 -05:00
parent 2c671744c4
commit 99008d98f5

5
.gitignore vendored
View File

@@ -8,7 +8,6 @@
# Node
/node_modules
/backend/node_modules
npm-debug.log
yarn-error.log
@@ -41,3 +40,7 @@ testem.log
# System files
.DS_Store
Thumbs.db
# Backend
/backend/node_modules
/bakend/.env