You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/04/13 12:46:13 UTC

[cloudstack] branch main updated: local versions of .env ignored (#6256)

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

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 6140903004 local versions of .env ignored (#6256)
6140903004 is described below

commit 61409030046866c636e2b0d1f52da2be62aac97d
Author: dahn <da...@shapeblue.com>
AuthorDate: Wed Apr 13 14:46:07 2022 +0200

    local versions of .env ignored (#6256)
    
    Co-authored-by: Daan Hoogland <da...@onecht.net>
---
 ui/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ui/.gitignore b/ui/.gitignore
index ec269fc307..af2bb5878d 100644
--- a/ui/.gitignore
+++ b/ui/.gitignore
@@ -21,6 +21,8 @@ coverage
 /dist
 
 # local env files
+.env
+.env.lab
 .env.local
 .env.*.local