mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:39:30 +01:00
Add /options/license
and /options/gitignore
to .ignore
(#30219)
Ignore this folder in tools like `rg` or `ag`. Also sorted the entries alphabetically. (cherry picked from commit 934fa46f769f0b90fc319054612d4f5c9a4c46ba)
This commit is contained in:
parent
d40127a3e8
commit
f3e97bc27c
1 changed files with 3 additions and 1 deletions
4
.ignore
4
.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
|
||||
|
|
Loading…
Reference in a new issue