lotabout.skim/.gitignore
LoricAndre 4144879f00
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) (#623)
* fix: allow combined multiple args (fixes #622)

* fmt

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>
2024-11-27 11:28:53 +01:00

19 lines
139 B
Plaintext

# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Generated by Cargo
/target/
/bin/*
.idea/
.ropeproject/
# E2E
__pycache__