This is an automated email from the ASF dual-hosted git repository. psteitz pushed a commit to branch LANG_2_X in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit e6f5c995eb91a9fb1fa3a640221c8e9661259d2a Author: Phil Steitz <[email protected]> AuthorDate: Sun Nov 16 11:02:13 2025 -0700 Add .gitignore. --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..8cbdb2be2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Maven build files +target +*.log +maven-eclipse.xml +build.properties +site-content +*~ + +# IntelliJ IDEA files +.idea +.iws +*.iml +*.ipr + +# Eclipse files +.settings +.classpath +.project +.externalToolBuilders +.checkstyle + +# VS Code +.vscode/ + +# jenv's version file +.java-version +/.DS_Store \ No newline at end of file
