Skip to content

Commit

Permalink
refactor(gitattributes): override diff rules for Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lmgeorge committed Apr 30, 2024
1 parent a1f1f63 commit cc8f65b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ tsconfig.json jsonc
*.map autogen
*.min.js autogen


# --------------------------------------------------------------------
# PROJECT-SPEFICIC RULES
# --------------------------------------------------------------------#
Expand All @@ -130,6 +129,9 @@ knapsack_rspec_report.json lockfile
package-lock.json lockfile
pnpm-lock.yaml lockfile

### Force text diff for Gemfile.lock
Gemfile.lock diff

## Executables and runtimes
*.wasm binary

Expand Down

0 comments on commit cc8f65b

Please sign in to comment.