Skip to content

Commit

Permalink
chore: shayan ignore environment file to ensure keys are not committed
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv authored Aug 7, 2024
1 parent 6658754 commit 27e0969
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ typings/
*.tgz

# dotenv environment variables file

.env
.env.development
.env.production
.env.*
*.env

# gatsby files
.cache/
Expand Down Expand Up @@ -91,4 +92,4 @@ static/CNAME
#Webpack
webpack-bundle-report

static/~partytown
static/~partytown

0 comments on commit 27e0969

Please sign in to comment.