mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 02:01:45 +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
|
||||||
~$*
|
~$*
|
||||||
*~
|
*~
|
||||||
@ -51,4 +54,4 @@ CodeCoverage/
|
|||||||
# NUnit
|
# NUnit
|
||||||
*.VisualState.xml
|
*.VisualState.xml
|
||||||
TestResult.xml
|
TestResult.xml
|
||||||
nunit-*.xml
|
nunit-*.xml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user