mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
move to new repo
This commit is contained in:
17
files/system/etc/skel/.oh-my-zsh/plugins/gitignore/README.md
Normal file
17
files/system/etc/skel/.oh-my-zsh/plugins/gitignore/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# gitignore
|
||||
|
||||
This plugin enables you to use [gitignore.io](https://www.gitignore.io) from the command line. You need an active internet connection to fetch templates. The plugin uses the gitignore.io CDN endpoint to simplify access and improve reliability.
|
||||
|
||||
To use it, add `gitignore` to the plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... gitignore)
|
||||
```
|
||||
|
||||
## Plugin commands
|
||||
|
||||
* `gi list`: List all the currently supported gitignore.io templates.
|
||||
|
||||
* `gi [TEMPLATENAME]`: Show git-ignore output on the command line, e.g. `gi java` to exclude class and package files.
|
||||
|
||||
* `gi [TEMPLATENAME] >> .gitignore`: Append the template rules to your project's `.gitignore` file.
|
||||
Reference in New Issue
Block a user