diff --git a/git/ignore b/git/ignore index e14cf773..bda8df54 100644 --- a/git/ignore +++ b/git/ignore @@ -1,5 +1,5 @@ +*~ *.DS_Store -*.lock *.log *.log.* **/node_modules/* @@ -7,3 +7,7 @@ *.swo *.swp **/venv/* + +*.lock +!yarn.lock +!Cargo.lock diff --git a/ripgrep/.profile b/ripgrep/.profile new file mode 100644 index 00000000..bb3622c8 --- /dev/null +++ b/ripgrep/.profile @@ -0,0 +1 @@ +export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME/ripgrep/ripgreprc" diff --git a/ripgrep/aconfmgr.sh b/ripgrep/aconfmgr.sh new file mode 100644 index 00000000..0138dfba --- /dev/null +++ b/ripgrep/aconfmgr.sh @@ -0,0 +1,2 @@ +# shellcheck shell=bash +AddPackage ripgrep diff --git a/ripgrep/ripgreprc b/ripgrep/ripgreprc new file mode 100644 index 00000000..9c4cfdb3 --- /dev/null +++ b/ripgrep/ripgreprc @@ -0,0 +1 @@ +--glob=!*.lock