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

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


The following commit(s) were added to refs/heads/main by this push:
     new 61124e48cd0 chore: do not commit the install-state.gz file
61124e48cd0 is described below

commit 61124e48cd043a6c8bca511f8a80dc0204fe5eb7
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Tue Jun 11 14:20:33 2024 +0200

    chore: do not commit the install-state.gz file
    
    as recommended in official yarn documentation
    https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
    
    ".yarn/install-state.gz is an optimization file that you shouldn't ever
    have to commit. It simply stores the exact state of your project so that
    the next commands can boot without having to resolve your workspaces all
    over again."
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 docs/.gitignore | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/.gitignore b/docs/.gitignore
index 41e8063706e..6406a3197ab 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -1,3 +1,8 @@
 node
 node_modules
-
+.yarn/*
+!.yarn/patches
+!.yarn/plugins
+!.yarn/releases
+!.yarn/sdks
+!.yarn/versions

Reply via email to