gtl exclude
Manage patterns in .git/info/exclude. Run with a pattern to add it; run with the same pattern again to remove it. Use setup to initialize from templates.
Aliases
x
Usage
bash
gtl exclude [pattern...] [flags]
gtl exclude [command]Subcommands
| Command | Description |
|---|---|
gtl exclude setup | Setup exclude patterns from templates |
Examples
bash
gtl exclude .env.local
gtl exclude node_modules/ coverage/
gtl exclude .env.local
gtl exclude setup env macosFull Help
text
Manage patterns in .git/info/exclude. Run with a pattern to add it; run with the same pattern again to remove it. Use setup to initialize from templates.
Usage:
gtl exclude [pattern...] [flags]
gtl exclude [command]
Aliases:
exclude, x
Examples:
gtl exclude .env.local
gtl exclude node_modules/ coverage/
gtl exclude .env.local
gtl exclude setup env macos
Available Commands:
setup Setup exclude patterns from templates
Flags:
-h, --help help for exclude
Use "gtl exclude [command] --help" for more information about a command.