mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 17:44:27 +01:00
8bd68416e3
* lazyframe definition * expressions and lazy frames * new alias expression * more expression commands * updated to polars main * more expressions and groupby * more expressions, fetch and sort-by * csv reader * removed open csv * unique function * joining functions * join lazy frames commands with eager commands * corrected tests * Update .gitignore * Update .gitignore Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
28 lines
336 B
Plaintext
28 lines
336 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/*
|
|
|
|
# Helix configuration folder
|
|
.helix/*
|
|
.helix
|