diff options
author | silverwind <me@silverwind.io> | 2023-07-30 12:34:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 12:34:20 +0200 |
commit | 4244ce0d28fcf4fbfd98632c33336421f197a51e (patch) | |
tree | 8caa2bde456ad5e1326d2f66f5507b919b1fd7ac /.ignore | |
parent | 72d89eb8dd21a9bd6208e8bae97535cbd8b0b095 (diff) | |
download | gitea-4244ce0d28fcf4fbfd98632c33336421f197a51e.tar.gz gitea-4244ce0d28fcf4fbfd98632c33336421f197a51e.zip |
Add `/public/assets` to `.ignore` (#26232)
Ignore compiled assets when searching via ripgrep and similar search
tools.
Diffstat (limited to '.ignore')
-rw-r--r-- | .ignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ /modules/public/bindata.go /modules/templates/bindata.go /vendor +/public/assets node_modules |