mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Add .env to gitignore for dotenv files
This commit is contained in:
parent
fc6ce5da28
commit
ed85cd93b0
@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
|
|||||||
# NuGet Symbol Packages
|
# NuGet Symbol Packages
|
||||||
*.snupkg
|
*.snupkg
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.env*
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
~$*
|
~$*
|
||||||
*~
|
*~
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user