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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cb4fe9  [MNG-7377] Add .vscode/ to .gitignore
2cb4fe9 is described below

commit 2cb4fe949a7543840ceac41f1a6e8a408eae2f05
Author: Jeff Hodges <[email protected]>
AuthorDate: Wed Dec 29 01:19:03 2021 -0800

    [MNG-7377] Add .vscode/ to .gitignore
    
    VS Code creates directories with configurations in project directories. This
    is usually fine, but triggers the `apache-rat` license alarms and future
    VS Code users might accidentally commit the directory.
    
    To solve the alarm and avoid future issues, we add it to .gitignore.
    
    This closes #646
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 3404996..0a2cc2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ out/
 .java-version
 .checkstyle
 .factorypath
+.vscode/

Reply via email to