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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7cd347  Fix #1582 Ignore VSCode IDE files (#1583)
f7cd347 is described below

commit f7cd347045139942cb9d96c625537edca82ed375
Author: andrewglowacki <andrewglowa...@live.com>
AuthorDate: Thu Apr 9 14:03:31 2020 -0400

    Fix #1582 Ignore VSCode IDE files (#1583)
    
    Added VSCode resources to .gitignore and apache-rat excludes
---
 .gitignore | 2 ++
 pom.xml    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index e77a822..0a42f6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,5 @@
 /nbproject/
 /nbactions.xml
 /nb-configuration.xml
+.vscode/
+.factorypath
diff --git a/pom.xml b/pom.xml
index 3190aaa..4968c2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1056,6 +1056,8 @@
               <exclude>nbproject/**</exclude>
               <exclude>nb-configuration.xml</exclude>
               <exclude>nbactions.xml</exclude>
+              <exclude>.vscode/**</exclude>
+              <exclude>.factorypath</exclude>
             </excludes>
           </configuration>
         </plugin>

Reply via email to