Gitkeep helps you manage empty folders in your projects by automatically adding a .gitkeep file to empty folders and removing it when new files are added. This ensures that all empty folders are tracked in Git repositories.
Features
Adds .gitkeep automatically to all empty folders.
Removes .gitkeep automatically when a new file is added to a folder.
Respects ignored folders such as node_modules, .git, .vscode, dist, and build.
Works recursively for nested empty folders.
Customizable .gitkeep file name and ignored folder patterns.
Requirements
Visual Studio Code version 1.104.0 or higher.
Extension Settings
This extension contributes the following settings: