Skip to content

Commit

Permalink
Remove .env*.local from .gitignore
Browse files Browse the repository at this point in the history
The .gitignore file has been updated to remove the ".env*.local" entry. This change allows the tracking of environment variables linked to the production environment, including Stripe's public key, success URL, and cancel URL.
  • Loading branch information
THORSTEN SCHMINKEL committed Feb 12, 2024
1 parent 7a7f95e commit cc97dbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ dist-ssr
*.njsproj
*.sln
*.sw?

.env*.local

0 comments on commit cc97dbd

Please sign in to comment.