mirror of
https://github.com/github/gitignore.git
synced 2026-08-31 04:07:02 +02:00
Compare commits
7 Commits
c0aa4c66f9
...
0fecd1b436
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fecd1b436 | ||
|
|
86922aee42 | ||
|
|
003ac16f8a | ||
|
|
f0d151001c | ||
|
|
7ecf2d3e79 | ||
|
|
ed85cd93b0 | ||
|
|
a19adfd688 |
@ -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
|
||||||
|
|||||||
@ -81,3 +81,6 @@ http-client.private.env.json
|
|||||||
# Apifox Helper cache
|
# Apifox Helper cache
|
||||||
.idea/.cache/.Apifox_Helper
|
.idea/.cache/.Apifox_Helper
|
||||||
.idea/ApifoxUploaderProjectSetting.xml
|
.idea/ApifoxUploaderProjectSetting.xml
|
||||||
|
|
||||||
|
# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215
|
||||||
|
.idea/**/copilot.data.migration.*.xml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user