Browse Source

Add `/options/license` and `/options/gitignore` to `.ignore` (#30219)

Ignore this folder in tools like `rg` or `ag`. Also sorted the entries
alphabetically.
tags/v1.22.0-rc1
silverwind 4 weeks ago
parent
commit
934fa46f76
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      .ignore

+ 3
- 1
.ignore View File

@@ -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

Loading…
Cancel
Save