Add .env to gitignore to prevent committing secrets
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
02d2ef054b
commit
4d6a2fdd4d
|
|
@ -3,4 +3,4 @@
|
||||||
**/obj
|
**/obj
|
||||||
*.DotSettings.user
|
*.DotSettings.user
|
||||||
**/.idea/
|
**/.idea/
|
||||||
|
**/.env
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue