diff options
| author | Martin Fischer <martin@push-f.com> | 2022-01-06 13:34:14 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2022-01-06 14:33:19 +0100 |
| commit | a0486cf827eee7f95a2ecb8393016d24b85e19ba (patch) | |
| tree | 72edf3e7704854a0d7495ce07b3d5ee857607ed0 /searx | |
| parent | 03189d60f474e2aeb758760ecae8140771c8c75d (diff) | |
[fix] prevent leaflet.{css,js} from polluting git grep results
Fixes #704.
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/static/themes/.gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/themes/.gitattributes b/searx/static/themes/.gitattributes new file mode 100644 index 000000000..dc8d7a30e --- /dev/null +++ b/searx/static/themes/.gitattributes @@ -0,0 +1,2 @@ +leaflet.css -diff +leaflet.js -diff |