mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 17:23:36 +01:00
212e81f11d
Exclude node_modules and minified files from search tools like `rg` and `ag`.
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
*.min.css
|
|
*.min.js
|
|
/modules/options/bindata.go
|
|
/modules/public/bindata.go
|
|
/modules/templates/bindata.go
|
|
/public/vendor/plugins
|
|
/vendor
|
|
node_modules
|