Skip to content

Commit

Permalink
chore: remove .env.local from remote (#41)
Browse files Browse the repository at this point in the history
* chore(git): fix .gitignore

* chore: untrack .env.local file

* chore(git): cleanup path in .gitignore
  • Loading branch information
FoxtrotSierra6829 authored Nov 18, 2023
1 parent cfeea80 commit ffd6782
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .env/.env.local

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ npm-debug.log
yarn-error.log
testem.log
*.tsbuildinfo
**/debug.log

# System Files
.DS_Store
Expand All @@ -42,7 +43,6 @@ Thumbs.db
# Env files
.env.*
!.env.example
!.env.local

# Content produced by build steps
apps/next-app/public/storybook
Expand Down

1 comment on commit ffd6782

@vercel
Copy link

@vercel vercel bot commented on ffd6782 Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.