From 1f7f906032cc34313a83808d186c5625d6c06165 Mon Sep 17 00:00:00 2001 From: Tejas Kumar Date: Wed, 5 Sep 2018 03:25:32 +0200 Subject: [PATCH] Add add-gitignore (#268) * Add add-gitignore Added a useful CLI tool that I regularly use. * Put add-gitignore in the proper place --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6066cd1..f01ab77 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command-line development, version control, and deployment.* +* [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. * [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations * [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash * [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code