You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/12/13 20:31:16 UTC

[myfaces] branch main updated: Ignore .vscode (#428)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f971af06f Ignore .vscode (#428)
f971af06f is described below

commit f971af06f4920a4fa585772a8c3596dcc4f93d32
Author: Volodymyr Siedlecki <vo...@gmail.com>
AuthorDate: Tue Dec 13 15:31:08 2022 -0500

    Ignore .vscode (#428)
---
 .gitignore | 3 ++-
 pom.xml    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8489ce135..5af57ff22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,5 @@ target
 .checkstyle
 .DS_Store
 .pmd
-.eclipse-pmd
\ No newline at end of file
+.eclipse-pmd
+.vscode
diff --git a/pom.xml b/pom.xml
index 1b6d2bf93..88f3fa327 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,7 @@
                         <exclude>**/src/main/resources/META-INF/services/**</exclude>
                         <exclude>.git</exclude>
                         <exclude>.gitignore</exclude>
+                        <exclude>.vscode/**</exclude>
                         <exclude>**/target/**/*</exclude>
                         <!-- The xsd files are CDDL+GLP:
                Category B: Reciprocal Licenses