LogoLogo
  • gitignore.io
  • Install
    • Command Line
    • Editor Extensions
    • Client Applications
    • Local Server
  • Use
    • Command Line
    • Advanced Command Line
    • API
  • Design
    • Logo
Powered by GitBook
On this page
  • Go — Cuong Manh Le
  • Node — Tejas Kumar
  • Python — Antriksh Yadav
  • Rust — Sondre Nilsen

Was this helpful?

  1. Install

Client Applications

Clients maintained by third-party developers

PreviousEditor ExtensionsNextLocal Server

Last updated 6 years ago

Was this helpful?

—

go get -u github.com/Gnouc/gogi

—

You'll want to make sure you have installed on your computer. Then, setup is as simple as:

npx add-gitignore

If you've got an older version of node that doesn't yet have , here's a more traditional setup:

npm i -g add-gitignore
add-gitignore macOS Emacs node # or whatever you need

Alternatively, running just add-gitignore gives you a nice multi-select interface from which you can choose what to ignore, and using the --help flag helps you out.

—

pip install ignr

— 

cargo install git-ignore-generator
Go
Cuong Manh Le
Node
Tejas Kumar
NodeJS
npx
Python
Antriksh Yadav
Rust
Sondre Nilsen