This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git
commit 1c67420f47f2b135bd5269d84c2715c8be7f7a4d Author: Maruan Sahyoun <[email protected]> AuthorDate: Tue May 12 12:45:43 2026 +0200 PDFBOX-6151: add .vscode to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ac9bb06..6100828 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea/ .settings/ +.vscode/ .project .classpath atlassian-ide-plugin.xml
