我正在使用 ag v 2.2。如何配置 ag 以便它搜索以“。”开头的文件 除了所有其他文件?我注意到我有一个像这样的文件
$ cat client/.env.production
REACT_APP_PROXY=https://map.chicommons.coop
但是当我使用该文件中的术语搜索“ag”时,该术语不会出现......
$ ag 'map\.chicom' .
web/directory/settings.py
28:ALLOWED_HOSTS = ['127.0.0.1', 'localhost', 'dev.chicommons.coop', 'map.chicommons.coop']
client/config.js
3: ? "map.chicommons.com"
ag
有一个--hidden
包含点文件的标志:和一个
--unrestricted
包含所有文件的标志(它通常会忽略由 、 或 files 排除的.gitignore
文件.hgignore
).ignore
: