microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.14k stars 954 forks source link

Update .gitignore to Exclude '.env' File #338

Open hirobel opened 4 months ago

hirobel commented 4 months ago

Hello,

I've updated the .gitignore file to better handle environment variable files. Previously, the pattern .env* might unintentionally exclude .env files. Now, it's split into two lines: .env and *.local, ensuring both global and local environment files are correctly ignored.

Change: https://github.com/microsoft/azurechat/commit/31ef94975bc9c192a99e3da4a82ce7d3db318e33

This adjustment prevents sensitive data from being accidentally committed, enhancing the repository's security.

Thanks for considering this update. Looking forward to your feedback.