Add common build directories, minified files, and node_modules to .ignore file to reduce noise when using ripgrep for code search. Follow-up to !9458 which addressed git grep via .gitattributes. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9459>
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
subprojects/gst-devtools/dots-viewer/static/dist/**
|
|
macbuild/**
|
|
builddir/**
|
|
*.min.js
|
|
*.min.css
|
|
node_modules/
|
|
|