fix(gitignore): .env
This commit is contained in:
parent
d9a132c824
commit
7ff2e4ddce
2 changed files with 6 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -9,6 +9,12 @@ node_modules/
|
||||||
dist/
|
dist/
|
||||||
client/storybook-static/
|
client/storybook-static/
|
||||||
|
|
||||||
|
# Environment files
|
||||||
|
.env
|
||||||
|
**/.env
|
||||||
|
.env.local
|
||||||
|
**/.env.local
|
||||||
|
|
||||||
# Database files
|
# Database files
|
||||||
data/*.db
|
data/*.db
|
||||||
**/*.db
|
**/*.db
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
SERVER_PORT=3000
|
|
||||||
CORS_ORIGINS=http://localhost:5173,http://localhost:3001,http://127.0.0.1:3000
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue