diff options
author | silverwind <me@silverwind.io> | 2022-01-16 09:26:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 17:26:15 +0000 |
commit | 212e81f11dc63098c379929433577b9b2a3d520f (patch) | |
tree | 99973b741ec8777b761fc900fc4a4b187651782f | |
parent | 2871e58a016486782abb5a02521a71a167e0ac3d (diff) | |
download | gitea-212e81f11dc63098c379929433577b9b2a3d520f.tar.gz gitea-212e81f11dc63098c379929433577b9b2a3d520f.zip |
Add some .ignore entries (#18296)
Exclude node_modules and minified files from search tools like `rg` and `ag`.
-rw-r--r-- | .ignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,8 @@ -/vendor -/public/vendor/plugins +*.min.css +*.min.js /modules/options/bindata.go /modules/public/bindata.go /modules/templates/bindata.go +/public/vendor/plugins +/vendor +node_modules |