Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Mar 1, 2015
1 parent 27f251e commit a6ae6e5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,25 @@ Usage

1. Generate new file and templates usage

To generate new ignore file, just click on <kbd>File</kbd> > <kbd>New</kbd> or use <kbd>Alt</kbd> + <kbd>Insert</kbd> shortcut and select `.ignore file` element.
To generate new ignore file, just click on <kbd>File</kbd> > <kbd>New</kbd> or use <kbd>Alt</kbd> + <kbd>Insert</kbd> shortcut and select `.ignore file` element.

![Generate new file](http://gitignore.hsz.mobi/usage-01.gif)
![Generate new file](http://gitignore.hsz.mobi/usage-01.gif)

2. Support for typing new rules, linking rules with matched files

![Support for typing new rules](http://gitignore.hsz.mobi/usage-02.gif)
![Support for typing new rules](http://gitignore.hsz.mobi/usage-02.gif)

3. Code inspections

Code inspections covers few cases:
Code inspections covers few cases:

- duplicated entries (checks if entry is defined more than once)
- covered entries - entry is covered by more general one
- unused entries
- incorrect syntax (regexp rules)
- relative entries
- duplicated entries (checks if entry is defined more than once)
- covered entries - entry is covered by more general one
- unused entries
- incorrect syntax (regexp rules)
- relative entries

![Code inspections](http://gitignore.hsz.mobi/usage-03.gif)
![Code inspections](http://gitignore.hsz.mobi/usage-03.gif)


Changelog
Expand Down

0 comments on commit a6ae6e5

Please sign in to comment.