From b238aa7039a3878d89b81be41528883bae3225a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=BB=20=D0=91?= <100294019+stone-w4tch3r@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:11:59 +0500 Subject: [PATCH 1/8] Add .pnpm-store to Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedf..0d287b22 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -125,6 +125,9 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test +# pnpm +.pnpm-store + # yarn v3 .pnp.* .yarn/* From a19adfd688e3adb9112306f47d07df566d3e0a9f Mon Sep 17 00:00:00 2001 From: Angelo <12561505+yutamago@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:29:23 +0200 Subject: [PATCH 2/8] Ignore GitHub Copilot migration files Add GitHub Copilot session migration files to .gitignore --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a69eea4d..0c1302b4 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -81,3 +81,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 From ed85cd93b0c3d7d37959ab2f950ac16ec7ea353f Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Sun, 19 Oct 2025 11:24:35 -0700 Subject: [PATCH 3/8] Add .env to gitignore for dotenv files --- Dotnet.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 35063fc7..fa3f1b24 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -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 \ No newline at end of file +nunit-*.xml From 63c110e7572d4cdb6d149c356ffd03ee67a117a4 Mon Sep 17 00:00:00 2001 From: moez chroufa Date: Tue, 4 Nov 2025 01:11:48 +0100 Subject: [PATCH 4/8] Improve C++.gitignore --- C++.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index d4fb2818..bdde3b17 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -21,6 +21,8 @@ *.so *.dylib *.dll +*.so.* + # Fortran module files *.mod @@ -37,5 +39,31 @@ *.out *.app +# Build directories +build/ +Build/ +build-*/ + +# CMake generated files +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +Makefile +install_manifest.txt +compile_commands.json + +# Temporary files +*.tmp +*.log +*.bak +*.swp + +# vcpkg +vcpkg_installed/ + # debug information files *.dwo + +# test output & cache +Testing/ +.cache/ \ No newline at end of file From 7ecf2d3e799b960950dfc3cb2e949c04c3b7cf77 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Fri, 7 Nov 2025 14:02:24 -0800 Subject: [PATCH 5/8] Apply suggestion from @thorrsson --- Dotnet.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index fa3f1b24..40ecd6b6 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -38,6 +38,7 @@ ScaffoldingReadMe.txt # dotenv environment variables file .env* +!.env.example # Others ~$* From f0d151001c959e0a3a6917f5c24e3de455a05dd8 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Mon, 10 Nov 2025 13:26:09 -0800 Subject: [PATCH 6/8] Apply suggestion from @thorrsson --- Dotnet.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 40ecd6b6..7282dbf2 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -37,8 +37,7 @@ ScaffoldingReadMe.txt *.snupkg # dotenv environment variables file -.env* -!.env.example +.env # Others ~$* From e07ecef4723073abc096d0bf78d1cecadcf74a69 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 23 Jan 2026 13:24:58 -0800 Subject: [PATCH 7/8] Extend stale PR closure period to 365 days Updated the days before closing stale PRs from 180 to 365. Due to internal priorities we need to allow more time for PR reviews. Based on my reading, we need to increase `days-before-close` to ensure that any PR marked with the `stale` label currently benefits from the extension. Once we are caught up on the backlog, we can revisit this setting. --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c7dcb74f..77b7d368 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,7 +24,7 @@ jobs: stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' days-before-stale: 90 - days-before-close: 180 + days-before-close: 365 stale-pr-label: 'stale' exempt-pr-labels: 'keep' close-issue-reason: not_planned From 01714f2f2d343c37f788b483c24f5e313bee54e6 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 23 Jan 2026 13:27:06 -0800 Subject: [PATCH 8/8] Update stale PR messages and inactivity duration comments --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 77b7d368..6763f938 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,8 +21,8 @@ jobs: steps: - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: - stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' - close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' + stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 365 days of inactivity. Leave a comment if you want to keep it open.' + close-pr-message: 'This PR has been closed because it was inactive for 365 days. If you want to continue working on it, please open a new PR.' days-before-stale: 90 days-before-close: 365 stale-pr-label: 'stale'