#gitignore #template #command-line #file #command-line-tool #version #generate

app gitignore-in

A command line tool for managing .gitignore files with gitignore.in

2 unstable releases

0.2.0 Oct 17, 2023
0.1.0 Sep 4, 2023

#2051 in Command line utilities

50 downloads per month

BSD-3-Clause

16KB
349 lines

gitignore.in

codecov

Notice

This project is still under development. See https://github.com/gitignore-in/legacy-gitignore-in-script for the old version.

Problem

The method of generating .gitignore from a template is already widespread. For example, there are the following methods.

  • gibo
  • gitignore.io
  • .gitignore generated when creating a repository on GitHub

However, the .gitignore file generated by these methods is not updated over time. The result of gibo dump Python executed in 2018 and the result of gibo dump Python executed in 2023 will be different. In order for the project to use the latest .gitignore, you need to update .gitignore regularly. However, this is a troublesome task that can cause mistakes.

Solution

concept

gitignore.in is a Command Line Interface (CLI) tool that generates .gitignore from a template.

License

MIT License

Dependencies

~5–21MB
~352K SLoC