stash/.gitignore
NotAShelf e5204c4a3a
meta: gitignore everything by default
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964f4f01faeb5551718574c19cc2fa12c57
2025-09-19 11:22:57 +03:00

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