fix(gitignore): .env

This commit is contained in:
Kyush 2026-03-26 03:08:18 +09:00
commit 7ff2e4ddce
2 changed files with 6 additions and 2 deletions

6
.gitignore vendored
View file

@ -9,6 +9,12 @@ node_modules/
dist/
client/storybook-static/
# Environment files
.env
**/.env
.env.local
**/.env.local
# Database files
data/*.db
**/*.db

View file

@ -1,2 +0,0 @@
SERVER_PORT=3000
CORS_ORIGINS=http://localhost:5173,http://localhost:3001,http://127.0.0.1:3000