2017-06-02 18:53:59 +03:00
|
|
|
# This sets some defaults for ack (https://beyondgrep.com/)
|
|
|
|
# that make searching the addons-frontend code a bit easier.
|
|
|
|
|
2017-06-14 01:01:23 +03:00
|
|
|
--ignore-file=match:.*\.log
|
|
|
|
--ignore-file=is:webpack-assets.json
|
2017-06-14 23:28:55 +03:00
|
|
|
--ignore-file=is:yarn.lock
|
2017-06-14 01:01:23 +03:00
|
|
|
|
2017-06-13 18:43:36 +03:00
|
|
|
--ignore-dir=.tox
|
2017-06-02 18:53:59 +03:00
|
|
|
--ignore-dir=coverage
|
2017-06-06 19:03:23 +03:00
|
|
|
--ignore-dir=flow/logs
|
2017-06-02 18:53:59 +03:00
|
|
|
--ignore-dir=dist
|
|
|
|
--ignore-dir=locale
|
|
|
|
--ignore-dir=node_modules
|