Commit Graph

4 Commits (4d2f224919325fb47717ee63690cf9929956a168)

Author SHA1 Message Date
Lucas Azzola 8ede13267e Remove .npmignore and update .ignore (#2560) 2017-07-31 08:47:00 +10:00
Joseph Frazier 78b99329bf 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.
2017-06-02 09:23:47 -07:00
Christopher Chedeau 05b921efdd Build the dist/ with rollup (#1794) 2017-05-28 21:49:41 -07:00
Joseph Frazier 71a39d2512 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
2017-05-24 15:21:21 -07:00