Compare commits

...

7 Commits

Author SHA1 Message Date
Tsunami43
4e2c37de24
Merge branch 'github:main' into main 2026-01-11 01:47:06 +03:00
Tim Hunter
86922aee42
Merge pull request #4747 from mikekistler/patch-1
Add .env to gitignore for dotenv files
2025-11-17 10:23:12 -08:00
Tim Hunter
003ac16f8a
Merge pull request #4746 from yutamago/feature/jetbrains-copilot-migration-files
Ignore GitHub Copilot migration files in Jetbrains IDEs
2025-11-13 11:15:10 -08:00
Mike Kistler
f0d151001c
Apply suggestion from @thorrsson 2025-11-10 13:26:09 -08:00
Mike Kistler
7ecf2d3e79
Apply suggestion from @thorrsson 2025-11-07 14:02:24 -08:00
Mike Kistler
ed85cd93b0
Add .env to gitignore for dotenv files 2025-10-19 11:24:35 -07:00
Angelo
a19adfd688
Ignore GitHub Copilot migration files
Add GitHub Copilot session migration files to .gitignore
2025-10-17 11:29:23 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -47,6 +47,9 @@ ScaffoldingReadMe.txt
# NuGet Symbol Packages
*.snupkg
# dotenv environment variables file
.env
# Others
~$*
*~
@ -62,4 +65,4 @@ CodeCoverage/
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
nunit-*.xml

View File

@ -92,3 +92,6 @@ http-client.private.env.json
# Apifox Helper cache
.idea/.cache/.Apifox_Helper
.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