Skip to content

Commit 77c54d6

Browse files
committed
chore: update .gitignore to include staging environment file
- Added .env.stg to the .gitignore to prevent staging environment configuration files from being tracked.
1 parent 46f2c55 commit 77c54d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules/
55
.env
66
.env.dev
77
.env.staging
8+
.env.stg
89
.env.prod
910
.env.local
1011
.env.*.local

0 commit comments

Comments
 (0)