Skip to content

Commit ea08d9e

Browse files
committed
Add .ignore file for search tools
Tools like `rg` [1] and `ag` [2] support a `.ignore` file which defines files that are ignored during a recursive search. This adds the file which makes recursive file searches in the code base ignore files that are generally not desirable to search in like bindata, vendored files and compiled frontend assets. [1] https://github.com/BurntSushi/ripgrep/ [2] https://github.com/ggreer/the_silver_searcher
1 parent 21f84a6 commit ea08d9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
vendor
2+
public/js
3+
public/css
4+
public/vendor
5+
modules/options/bindata.go
6+
modules/public/bindata.go
7+
modules/templates/bindata.go

0 commit comments

Comments
 (0)