This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch security-updates in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit 3d46d2817151bcde1f21a32762034e1f43b02d16 Author: Josh Tynjala <joshtynj...@bowlerhat.dev> AuthorDate: Mon Jan 9 15:11:42 2023 -0800 exclude .vscode/ --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b06efac..7d141bd 100755 --- a/pom.xml +++ b/pom.xml @@ -128,8 +128,9 @@ <configuration> <useMavenDefaultExcludes>true</useMavenDefaultExcludes> <excludes> - <!-- Ignore IntelliJ IDEA project files --> + <!-- Ignore IDE project files --> <exclude>**/*.iml</exclude> + <exclude>**/.vscode/**</exclude> </excludes> </configuration> </plugin>