This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-xml.git
commit 57d68ea6d88becd7a35fa0565df5e01f817cb6dc Author: Gary Gregory <[email protected]> AuthorDate: Thu Jun 18 11:31:19 2026 +0000 Add ,gitinore file --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..91824e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties + +site-content +/.classpath +/.project +/.settings/ + +# Ignore IntelliJ files +/.idea/ +*.iml +/bin/ + +# Ignore Visual Studio code files +/.vscode/ + +# NetBeans files +nb-configuration.xml +nbactions.xml
