nushell/.gitignore

30 lines
390 B
Text
Raw Normal View History

2022-02-07 19:11:34 +00:00
<<<<<<< HEAD
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
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/*
2022-02-07 19:11:34 +00:00
=======
2021-08-30 18:36:07 +00:00
history.txt
2021-10-05 13:43:20 +00:00
/target
2021-12-29 18:42:11 +00:00
/.vscode
.DS_Store
2022-02-07 19:11:34 +00:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce