We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28006c6 commit ed1d7e2Copy full SHA for ed1d7e2
git/ignore
@@ -1,9 +1,13 @@
1
+*~
2
*.DS_Store
-*.lock
3
*.log
4
*.log.*
5
**/node_modules/*
6
*.pyc
7
*.swo
8
*.swp
9
**/venv/*
10
+
11
+*.lock
12
+!yarn.lock
13
+!Cargo.lock
ripgrep/.profile
@@ -0,0 +1 @@
+export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME/ripgrep/ripgreprc"
ripgrep/aconfmgr.sh
@@ -0,0 +1,2 @@
+# shellcheck shell=bash
+AddPackage ripgrep
ripgrep/ripgreprc
+--glob=!*.lock
0 commit comments