Ignore environment file in .gitignore
Add .env to .gitignore to ignore environment files
This commit is contained in:
parent
e4b42696b7
commit
2cde8a890a
3
.gitignore
vendored
3
.gitignore
vendored
@ -40,3 +40,6 @@ Output/
|
|||||||
svg-inkscape/
|
svg-inkscape/
|
||||||
.config/
|
.config/
|
||||||
.cache/
|
.cache/
|
||||||
|
|
||||||
|
# Ignore environment file
|
||||||
|
.env
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user