mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
* chore: group dependabot PRs * fix: do not truncate display when longer than text (closes #1063) * chore: comment review * chore: review * chore: stricter test
39 lines
332 B
Plaintext
39 lines
332 B
Plaintext
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rlib
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
/bin/sk
|
|
.idea/
|
|
.ropeproject/
|
|
.direnv
|
|
|
|
# Coverage
|
|
lcov.info
|
|
codecov.json
|
|
*.profraw
|
|
|
|
# Profiling
|
|
profile.json.gz
|
|
*.data
|
|
*.data.old
|
|
flamegraph.svg
|
|
cachegrind.out.*
|
|
|
|
/scripts/data/
|
|
__pycache__/
|
|
|
|
# Vagrant
|
|
.vagrant/
|
|
|
|
.envrc.local
|
|
/public
|
|
|
|
.codex |