Skip to content

Commit 8873a80

Browse files
silverwindsapk
authored andcommitted
Add .ignore file for search tools (#9417)
* 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 * add leading slash * remove files already in .gitignore
1 parent d644934 commit 8873a80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/vendor
2+
/public/vendor
3+
/modules/options/bindata.go
4+
/modules/public/bindata.go
5+
/modules/templates/bindata.go

0 commit comments

Comments
 (0)