stash/.gitignore
NotAShelf b50702480f
meta: rename 'vendor' to contrib; don't vendor service in Nix derivation
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a696479e976a7f4db18e6501e347a4940ce28
2025-10-23 15:10:45 +03:00

34 lines
360 B
Text

# Ignore everything by default
/*
!/
!/nix
!/src
!/contrib
# Rust/Cargo
!/Cargo.lock
!/Cargo.toml
!/build.rs
# Configuration files
!/.config/
!/.rustfmt.toml
!/.clippy.toml
!/.taplo.toml
!/.gitattributes
!/.gitignore
!/.github
!/.editorconfig
# Nix
!/flake/**/*.nix
!/flake.nix
!/flake.lock
!/shell.nix
!/default.nix
!/.envrc
# Misc
!/README.md
!/LICENSE