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).
This commit is contained in:
Chirayu Krishnappa 2013-05-30 17:06:32 -07:00
parent ac04b87851
commit 0e254cc88c

1
.gitignore vendored
View file

@ -11,3 +11,4 @@ angular.js.tmproj
/components/
angular.xcodeproj
.idea
.agignore