mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
chore: add a couple of direnv specific files to the gitignore (#8165)
# Description Hi, I would like to add a couple of things to the `.gitignore` that would probably not be preferred to be checked out. Thanks in advance! :) # User-Facing Changes - none # Tests + Formatting - not affected # After Submitting - not affected
This commit is contained in:
parent
9088ef182e
commit
28b20c5ec3
9
.gitignore
vendored
9
.gitignore
vendored
@ -38,4 +38,11 @@ tarpaulin-report.html
|
||||
.vs/*
|
||||
*.rsproj
|
||||
*.rsproj.user
|
||||
*.sln
|
||||
*.sln
|
||||
|
||||
# direnv
|
||||
.direnv/
|
||||
.envrc
|
||||
|
||||
# pre-commit-hooks
|
||||
.pre-commit-config.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user