mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
We can finally tell the users that they can uninstall `wl-copy` and `wl-paste` on their systems. Stash now somewhat supports being invoked under the names `stash-copy` and `stash-paste` to fully reimplement the functionality of `wl-copy` and `wl-paste` respectively. A build wrapper has been added generate symlinks for `stash-copy`, `stash-paste`, `wl-copy`, and `wl-paste`. `wl-copy` and `wl-paste` links are provided only for backwards compatibility, but they will not go away anytime soon. Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964463b35427cb720fbab68b252944cc90c
34 lines
359 B
Text
34 lines
359 B
Text
# Ignore everything by default
|
|
/*
|
|
!/
|
|
|
|
!/nix
|
|
!/src
|
|
!/vendor
|
|
|
|
# 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
|