diff options
author | silverwind <me@silverwind.io> | 2022-01-16 18:26:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 18:26:15 +0100 |
commit | 212e81f11dc63098c379929433577b9b2a3d520f (patch) | |
tree | 99973b741ec8777b761fc900fc4a4b187651782f | |
parent | Remove unneeded debug messages to stdout. (#18298) (diff) | |
download | forgejo-212e81f11dc63098c379929433577b9b2a3d520f.tar.xz forgejo-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 |