This is an automated email from the ASF dual-hosted git repository.
wjones127 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 350ad27239 MINOR: Ignore direnv file .envrc (#35646)
350ad27239 is described below
commit 350ad2723939dab93611c2bc407e4ec28a3f5bd2
Author: Dane Pitkin <[email protected]>
AuthorDate: Wed May 17 17:38:14 2023 -0400
MINOR: Ignore direnv file .envrc (#35646)
Ignore .envrc files associated with the direnv[1] utility.
### Rationale for this change
There is no conflicting usage of .envrc in the arrow repo.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
[1] https://direnv.net/
Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Will Jones <[email protected]>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 5ab2313829..be4b19a893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,6 @@ swift/Arrow/.build
# Go dependencies
go/vendor
+
+# direnv
+.envrc