Linux command
vignore 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Visualize ignored files in a project
vignore -d [/path/to/project]
Visualize ignored files in the current directory
vignore -d .
说明
vignore visualizes which files are matched by ignore rules such as .gitignore, .dockerignore, or .fdignore. It provides instant visual feedback to help developers understand their ignore patterns without guesswork. Requires fd to be installed.
参数
- -d _DIFFPATH_
- Path to the project directory to analyze.
- -h, --help
- Show help message and exit.
FAQ
What is the vignore command used for?
vignore visualizes which files are matched by ignore rules such as .gitignore, .dockerignore, or .fdignore. It provides instant visual feedback to help developers understand their ignore patterns without guesswork. Requires fd to be installed.
How do I run a basic vignore example?
Run `vignore -d [/path/to/project]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d _DIFFPATH_ do in vignore?
Path to the project directory to analyze.