From 934fa46f769f0b90fc319054612d4f5c9a4c46ba Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 31 Mar 2024 22:22:29 +0200 Subject: [PATCH] Add `/options/license` and `/options/gitignore` to `.ignore` (#30219) Ignore this folder in tools like `rg` or `ag`. Also sorted the entries alphabetically. --- .ignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ignore b/.ignore index 5c945ab981..5b96dabd38 100644 --- a/.ignore +++ b/.ignore @@ -4,6 +4,8 @@ /modules/options/bindata.go /modules/public/bindata.go /modules/templates/bindata.go -/vendor +/options/gitignore +/options/license /public/assets +/vendor node_modules