Ignore environment file in .gitignore

Add .env to .gitignore to ignore environment files
This commit is contained in:
Jakob Frey 2025-11-04 13:16:38 +01:00 committed by GitHub
parent e4b42696b7
commit 2cde8a890a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored
View File

@ -40,3 +40,6 @@ Output/
svg-inkscape/ svg-inkscape/
.config/ .config/
.cache/ .cache/
# Ignore environment file
.env