Skip to content

Commit

Permalink
Stop git-ignoring typically checked in lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
OJFord committed Oct 22, 2021
1 parent d3268ce commit b8322b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion git/ignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
*~
*.DS_Store
*.lock
*.log
*.log.*
**/node_modules/*
*.pyc
*.swo
*.swp
**/venv/*

*.lock
!yarn.lock
!Cargo.lock
1 change: 1 addition & 0 deletions ripgrep/.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME/ripgrep/ripgreprc"
2 changes: 2 additions & 0 deletions ripgrep/aconfmgr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# shellcheck shell=bash
AddPackage ripgrep
1 change: 1 addition & 0 deletions ripgrep/ripgreprc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--glob=!*.lock

0 comments on commit b8322b1

Please sign in to comment.