Skip to content

Commit

Permalink
fix: don't ignore .env
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Dec 20, 2023
1 parent 8584686 commit d547ee4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copy to .env.local and edit
PUBLIC_API_ENDPOINT=
PUBLIC_OPENGRAPH_ENDPOINT=
PUBLIC_DISCORD_INVITE=
PUBLIC_SUPPORT_MAIL=
PUBLIC_GTM_ID=
PUBLIC_GA_ID=
PUBLIC_SENTRY_DSN=
PUBLIC_SENTRY_ENV=dev

PUBLIC_USE_ACCOUNT=
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules
/build
/.svelte-kit
/package
.env
!.env
.env.*
!.env.example
.idea
Expand Down

0 comments on commit d547ee4

Please sign in to comment.