From 46e6f4dc79e0d0e12a373fbb109391a170a8b177 Mon Sep 17 00:00:00 2001 From: Tejas Kumar Date: Wed, 12 Dec 2018 19:00:30 +0100 Subject: [PATCH] Add add-gitignore (#204) This is a useful tool that I regularly use. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 98deffb..5e887a9 100644 --- a/readme.md +++ b/readme.md @@ -120,6 +120,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [npm-home](https://github.com/sindresorhus/npm-home) - Open the npm page of the package in the current directory. - [HTTPie](https://github.com/jkbrzt/httpie) - A user-friendly HTTP client. - [serve](https://github.com/zeit/serve) - Easy to use static file server with features like https, CORS and GZIP compression. +- [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs. ### Mobile Development