From 0e254cc88c9ece7e4d4343aee00cd49efcba40ef Mon Sep 17 00:00:00 2001 From: Chirayu Krishnappa Date: Thu, 30 May 2013 17:06:32 -0700 Subject: chore(gitignore): add .agignore I use a .agignore file to skip the build directory and some other files while searching using Ag (see https://github.com/ggreer/the_silver_searcher). --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d7983b17..2ee1a2cd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ angular.js.tmproj /components/ angular.xcodeproj .idea +.agignore -- cgit v1.2.3