You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/05/23 08:59:35 UTC

[camel-k] 02/07: chore(layout): ignore .envrc file

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a8310f0ed52841e29c3ce11a72e59b029bfdcc78
Author: nferraro <ni...@gmail.com>
AuthorDate: Tue May 21 11:47:35 2019 +0200

    chore(layout): ignore .envrc file
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index be19816..6040af5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,9 @@ build/_output
 build/_test
 build/_maven_output
 
+# envrc
+.envrc
+
 # eclipse / vscode
 .settings
 .classpath