Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 935 Bytes

File metadata and controls

54 lines (39 loc) · 935 Bytes

Ignore command

Base create .ignore with base ignores(like .git, .vcs, ect...)

~ python vcs.py ignore -n
.ignore file with base exceptions was created successfully


Create .ignore with base ignores and template

Print all exeptions from .ignore file

~ python vcs.py ignore -l
Ignores:
  /.git
  /.vcs/

Total 2 ignores

Print template list

~ python vcs.py ignore -tl
Ignore templates list:
  python
  
Total 1 templates found
___

## Help message
```shell
vcs ignore 
    -n | --new - Create .ignore file with base ignores
    -t | --template - Create .ignore file with base ignores and template
vcs ignore -tl | --template-list - Print list  of templates
vcs ignore -l | --list - Get list of ignores
vcs ignore -h | --help - This help

Author: Konstantin-create
Licence: GNU General Public License v3.0