gitignore-in

Crates.iogitignore-in
lib.rsgitignore-in
version0.2.0
sourcesrc
created_at2023-09-04 07:45:21.862491
updated_at2023-10-17 17:04:39.361544
descriptionA command line tool for managing .gitignore files with gitignore.in
homepage
repositoryhttps://github.com/gitignore-in/gitignore-in
max_upload_size
id962751
size56,050
kitsuyui (kitsuyui)

documentation

https://docs.rs/gitignore-in

README

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

Commit count: 55

cargo fmt