From 78b99329bf2414fcbb3441c87819d4890682e50c Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Fri, 2 Jun 2017 12:23:47 -0400 Subject: [PATCH] Ignore docs/index.js when searching with ag/ripgrep/sift (#1848) * Ignore docs/index.js when searching with ag/ripgrep/sift This makes it easier to search through the code without getting irrelevant results. * Ignore docs/*.js when searching with ag/ripgrep/sift This makes it easier to search through the code without getting irrelevant results. I couldn't get a glob (`docs/*.js`) to work with `ag babylon -l | ag docs`, so I just listed them out instead. --- .ignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.ignore b/.ignore index b75652a7..96ccf55d 100644 --- a/.ignore +++ b/.ignore @@ -1,2 +1,6 @@ -docs/prettier.min.js +docs/index.js +docs/parser-babylon.js +docs/parser-flow.js +docs/parser-postcss.js +docs/parser-typescript.js dist