Skip to content

Commit

Permalink
add dotenv to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thegovind committed Nov 4, 2023
1 parent 3c7d4dd commit 15174b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ui/typescript/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-DC9QMEZBZL
RECCOMMENDATION_SERVICE_URL=http://localhost:5224
NEXT_PUBLIC_COPILOT_CHAT_BASE_URL=https://copilotdemo.app
1 change: 0 additions & 1 deletion ui/typescript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env
.env.local
.env.development.local
.env.test.local
Expand Down

0 comments on commit 15174b7

Please sign in to comment.