# gitignore.in
[](https://codecov.io/gh/gitignore-in/gitignore-in)
## 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
<img width="735" alt="concept" src="https://github.com/gitignore-in/gitignore-in/assets/2596972/68cdeb1e-2b2b-4b01-9c2b-fc4286027e39">
`gitignore.in` is a Command Line Interface (CLI) tool that generates `.gitignore` from a template.
## License
MIT License