Allow adding files to .gitignore (#38089)

This feature allows users to add a new, untracked file to `.gitignore`
by using the context menu in the git panel.

<img width="300" alt="Demo screen shot"
src="https://github.com/user-attachments/assets/3f2402fb-9337-42f8-939f-dac12ca09518"
/>

Release Notes:

- Added feature to add a new file to `.gitignore`
This commit is contained in:
robert7k
2025-10-08 17:49:06 -04:00
committed by GitHub
parent 439add3d23
commit 681c19899f
2 changed files with 83 additions and 2 deletions
+2
View File
@@ -94,6 +94,8 @@ actions!(
OpenModifiedFiles,
/// Clones a repository.
Clone,
/// Adds a file to .gitignore.
AddToGitignore,
]
);