Skip to content

Commit

Permalink
add .env.local to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ayonliu committed Apr 19, 2024
1 parent 4863f79 commit f657e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ NEXT_PUBLIC_VERSION=4.4.3
NOTION_PAGE_ID=62a9ffa47dc44ad7868d1f2d1eebafcf
NEXT_PUBLIC_THEME=article
NEXT_PUBLIC_LINK=https://playwordleunlimited.com
NEXT_PUBLIC_TITLE=wordle article
NEXT_PUBLIC_TITLE=PLAY WORDLE UNLIMITED
NEXT_PUBLIC_AUTHOR=PLAY WORDLE UNLIMITED
NEXT_PUBLIC_FONT_STYLE=font-serif font-light
NEXT_PUBLIC_LANG=en-US
NEXT_PUBLIC_CUSTOM_MENU=true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn-error.log*

# local env files
# 版本号放在此环境变量中
.env.local
.env.local
.env.development.local
.env.test.local
.env.production.local
Expand Down

0 comments on commit f657e72

Please sign in to comment.