| Crates.io | gitignore-in |
| lib.rs | gitignore-in |
| version | 0.2.0 |
| created_at | 2023-09-04 07:45:21.862491+00 |
| updated_at | 2023-10-17 17:04:39.361544+00 |
| description | A command line tool for managing .gitignore files with gitignore.in |
| homepage | |
| repository | https://github.com/gitignore-in/gitignore-in |
| max_upload_size | |
| id | 962751 |
| size | 56,050 |
This project is still under development. See https://github.com/gitignore-in/legacy-gitignore-in-script for the old version.
The method of generating .gitignore from a template is already widespread.
For example, there are the following methods.
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.
gitignore.in is a Command Line Interface (CLI) tool that generates .gitignore from a template.
MIT License