Add .env to gitignore for dotenv files
This commit is contained in:
parent
fc6ce5da28
commit
ed85cd93b0
1 changed files with 4 additions and 1 deletions
|
|
@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
|
|||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
|
||||
# dotenv environment variables file
|
||||
.env*
|
||||
|
||||
# Others
|
||||
~$*
|
||||
*~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue