Skip to content

Git aliases for manipulating with .gitignore based on gitignore.io for Windows.

Notifications You must be signed in to change notification settings

bares43/git-ignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Git aliases for manipulating .gitignore file based on gitignore.io for Windows.

Installation

  • Copy file git-ignore.cmd to Program Files/Git/cmd path
  • Run aliases.bat

Commands

Commands can be called everywhere inside valid git repository.

Create .gitignore

git ignore yeoman,node

Open .gitignore file in texteditor

git ignore-open

Add sources to .gitignore

git ignore-add yeoman,node

Show content of .gitignore

git ignore-show

Show list of available sources

git ignore-list

Show list of available sources and filter them using findstr

git ignore-flist node

About

Git aliases for manipulating with .gitignore based on gitignore.io for Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published