This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push:
new dab41694 Add bin folder to git ignore
dab41694 is described below
commit dab416942fda9d8f3f7a8f1f16c16b107e1f7166
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 05:57:40 2025 -0500
Add bin folder to git ignore
bin folders are created instead of target folders when Eclipse is
misconfigured
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 5aa98123..a3737090 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/bin/
/target/
/.settings/
/.classpath