From 4244ce0d28fcf4fbfd98632c33336421f197a51e Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 30 Jul 2023 12:34:20 +0200 Subject: [PATCH] Add `/public/assets` to `.ignore` (#26232) Ignore compiled assets when searching via ripgrep and similar search tools. --- .ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.ignore b/.ignore index cd869d51cb..5c945ab981 100644 --- a/.ignore +++ b/.ignore @@ -5,4 +5,5 @@ /modules/public/bindata.go /modules/templates/bindata.go /vendor +/public/assets node_modules