nushell/.gitignore

49 lines
610 B
Text
Raw Normal View History

2019-05-10 16:59:12 +00:00
/target
/scratch
2019-05-10 16:59:12 +00:00
**/*.rs.bk
2019-07-17 19:51:18 +00:00
history.txt
tests/fixtures/nuplayground
crates/*/target
2022-03-25 01:36:52 +00:00
.mailmap
2019-09-10 16:40:14 +00:00
# Debian/Ubuntu
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/nu.substvars
debian/nu/
2020-04-30 01:12:18 +00:00
# macOS junk
.DS_Store
2020-04-30 21:43:53 +00:00
# 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
# direnv
.direnv/
.envrc
# pre-commit-hooks
.pre-commit-config.yaml