mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 09:03:17 -05:00
.gitattributes: update lock file attributes
Mark additional lock files as generated (Rust, Ruby, PHP, and others). Remove node-packages.nix as it isn't used in Nix anymore.
This commit is contained in:
parent
7dd586fcb8
commit
5a18a22ae0
1 changed files with 21 additions and 2 deletions
23
.gitattributes
vendored
23
.gitattributes
vendored
|
|
@ -1,7 +1,26 @@
|
|||
**/deps.nix linguist-generated
|
||||
# node/js lock files
|
||||
**/package-lock.json linguist-generated
|
||||
**/yarn.nix linguist-generated
|
||||
**/yarn.lock linguist-generated
|
||||
|
||||
# Rust lock files
|
||||
**/Cargo.lock linguist-generated
|
||||
pkgs/build-support/rust/**/Cargo.lock -linguist-generated
|
||||
|
||||
# NuGet, Gradle and others
|
||||
**/deps.json linguist-generated
|
||||
|
||||
# Ruby lock files
|
||||
**/gemset.nix linguist-generated
|
||||
**/Gemfile.lock linguist-generated
|
||||
|
||||
# PHP lock files
|
||||
**/composer.lock linguist-generated
|
||||
|
||||
# various package managers and tools
|
||||
**/deps.nix linguist-generated
|
||||
**/deps.toml linguist-generated
|
||||
**/node-packages.nix linguist-generated
|
||||
|
||||
|
||||
pkgs/applications/editors/emacs-modes/*-generated.nix linguist-generated
|
||||
pkgs/development/r-modules/*-packages.nix linguist-generated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue