getignored

A tool to get the perfect gitignore for your project

Usage no npm install needed!

<script type="module">
  import getignored from 'https://cdn.skypack.dev/getignored';
</script>

README

Getignore

This is a tiny npm package that generates the contents of a desirable .gitignore file.

Installation

npm i -g getignored

Usage

getignored <type>

Example

  • getignored go > .gitignore
  • getignored node > .gitignore
  • getignored python > .gitignore

To see a list of types, go here