mirror of https://github.com/github/gitignore.git
Merge pull request #4747 from mikekistler/patch-1
Add .env to gitignore for dotenv files
This commit is contained in:
commit
86922aee42
|
|
@ -36,6 +36,9 @@ ScaffoldingReadMe.txt
|
|||
# NuGet Symbol Packages
|
||||
*.snupkg
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# Others
|
||||
~$*
|
||||
*~
|
||||
|
|
@ -51,4 +54,4 @@ CodeCoverage/
|
|||
# NUnit
|
||||
*.VisualState.xml
|
||||
TestResult.xml
|
||||
nunit-*.xml
|
||||
nunit-*.xml
|
||||
|
|
|
|||
Loading…
Reference in New Issue