IgnoreKitAdd files and folders to ignore files from the VS Code Explorer. IgnoreKit keeps ignore-file edits close to the file you are working with. Right-click a generated file, build folder, local config, package artifact, or extension packaging file and add it to the correct ignore file without opening that file by hand. Features
CommandsRight-click a file or folder in the Explorer and choose:
If one ignore file applies, IgnoreKit updates it immediately. If multiple ignore files apply, IgnoreKit asks which file you want to update. InstallationInstall IgnoreKit from Visual Studio Marketplace in VS Code. Supported Ignore Files
IgnoreKit looks upward from the selected file or folder to find the nearest IgnoreKit does not scan or update paths inside Managed SectionIgnoreKit preserves the rest of your ignore file and writes to its own managed section:
The remove command only removes entries from this section. It does not delete rules that you wrote manually elsewhere in the file. Package AwarenessFor package ignore files, IgnoreKit detects common JavaScript package managers from lock files in the nearest package root:
Package manager detection is used for clearer picker labels. It does not change which ignore files are created. ExamplesAdding
Adding
Adding a folder writes:
PrivacyIgnoreKit runs locally in VS Code. It does not send file paths, project data, or ignore-file contents to any external service. Development
ContributingIssues and pull requests are welcome. Please keep changes focused, add tests for behavior changes, and run the validation commands before opening a pull request. LicenseMIT. See the LICENSE file in this repository. |