mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-13 06:23:47 +00:00
meta: gitignore everything by default
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964f4f01faeb5551718574c19cc2fa12c57
This commit is contained in:
parent
d1e348df9e
commit
e5204c4a3a
1 changed files with 33 additions and 3 deletions
36
.gitignore
vendored
36
.gitignore
vendored
|
|
@ -1,3 +1,33 @@
|
||||||
target/
|
# Ignore everything by default
|
||||||
.direnv/
|
/*
|
||||||
result/
|
!/
|
||||||
|
|
||||||
|
!/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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue