mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01:00
f48de73236
* change str distance to output value::int * update the test
41 lines
539 B
Plaintext
41 lines
539 B
Plaintext
/target
|
|
/scratch
|
|
**/*.rs.bk
|
|
history.txt
|
|
tests/fixtures/nuplayground
|
|
crates/*/target
|
|
.mailmap
|
|
|
|
# Debian/Ubuntu
|
|
debian/.debhelper/
|
|
debian/debhelper-build-stamp
|
|
debian/files
|
|
debian/nu.substvars
|
|
debian/nu/
|
|
|
|
# macOS junk
|
|
.DS_Store
|
|
|
|
# JetBrains' IDE items
|
|
.idea/*
|
|
|
|
# VSCode's IDE items
|
|
.vscode/*
|
|
|
|
# Visual Studio Extension SourceGear Rust items
|
|
VSWorkspaceSettings.json
|
|
unstable_cargo_features.txt
|
|
|
|
# Helix configuration folder
|
|
.helix/*
|
|
.helix
|
|
|
|
# Coverage tools
|
|
lcov.info
|
|
tarpaulin-report.html
|
|
|
|
# Visual Studio
|
|
.vs/*
|
|
*.rsproj
|
|
*.rsproj.user
|
|
*.sln |