From 71a39d25126e6b5dc469a8e286cd76d9a8dc7de5 Mon Sep 17 00:00:00 2001 From: Joseph Frazier <1212jtraceur@gmail.com> Date: Wed, 24 May 2017 18:21:21 -0400 Subject: [PATCH] Ignore docs/prettier.min.js when searching with ag/ripgrep/sift (#1717) This makes it easier to search through the code without getting irrelevant results. It uses a .ignore file in order to cover at least the three tools mentioned in the title. See the discussion here: https://news.ycombinator.com/item?id=12568822 --- .ignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .ignore diff --git a/.ignore b/.ignore new file mode 100644 index 00000000..288c26f6 --- /dev/null +++ b/.ignore @@ -0,0 +1 @@ +docs/prettier.min.js \ No newline at end of file