Skip to content

Commit

Permalink
chore: ignore env files
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgolovanov committed Feb 13, 2023
1 parent 51dcf70 commit 6217c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SITE_URL=
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*
!.env.example

# vercel
.vercel
Expand Down

0 comments on commit 6217c63

Please sign in to comment.