mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
Some checks are pending
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / clippy (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run
* fix: allow combined multiple args (fixes #622) * fmt --------- Co-authored-by: LoricAndre <loric.andre@pm.me>
19 lines
139 B
Plaintext
19 lines
139 B
Plaintext
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
/bin/*
|
|
.idea/
|
|
.ropeproject/
|
|
|
|
# E2E
|
|
__pycache__
|