mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964f4f01faeb5551718574c19cc2fa12c57
33 lines
348 B
Text
33 lines
348 B
Text
# Ignore everything by default
|
|
/*
|
|
!/
|
|
|
|
!/nix
|
|
!/src
|
|
!/vendor
|
|
|
|
# Rust/Cargo
|
|
!/Cargo.lock
|
|
!/Cargo.toml
|
|
|
|
# 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
|