mirror of
https://github.com/github/gitignore.git
synced 2025-12-27 10:55:08 -05:00
Merge pull request #4747 from mikekistler/patch-1
Add .env to gitignore for dotenv files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user