Skip to content

Commit ed1d7e2

Browse files
committed
Stop git-ignoring typically checked in lock files
1 parent 28006c6 commit ed1d7e2

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

git/ignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
*~
12
*.DS_Store
2-
*.lock
33
*.log
44
*.log.*
55
**/node_modules/*
66
*.pyc
77
*.swo
88
*.swp
99
**/venv/*
10+
11+
*.lock
12+
!yarn.lock
13+
!Cargo.lock

ripgrep/.profile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME/ripgrep/ripgreprc"

ripgrep/aconfmgr.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# shellcheck shell=bash
2+
AddPackage ripgrep

ripgrep/ripgreprc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--glob=!*.lock

0 commit comments

Comments
 (0)