Interactive CLI application which generates .gitignore files for your projects.
To install add-gitignore, you need Rust installed on your machine, and then you can use cargo:
cargo install add-gitignoreThen, you can just type add-gitignore in your terminal and you will have a nice interface from where you can choose what add-gitignore should generate.
Key/Action map:
Arrow keys-> NavigateSpacebar-> Select a technologyEsc-> Quit the appCharacter-> Type a character to searchBackspace-> Delete a character from searchEnter-> Generate.gitignore's 🚀
- gitignore.io for the API used