Skip to content

get gitignore templates quickly in the shell for a wide variety of languages

License

Notifications You must be signed in to change notification settings

christian-korneck/getignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get gitignore templates in the shell

getignore is a CLI client for GitHub's .gitignore templates. List and print gitignore templates for a wide variety of languages from the terminal.

List available languages with:

getignore --list

and easily bootstrap or extend a .gitingore file:

getignore python go visualstudiocode macos >> .gitignore

Motivation

There are similar tools [1] [2] but they require a script interpreter. I wanted a static executable that I can copy to arbitrary vscode devcontainers.