This is an automated email from the ASF dual-hosted git repository.
tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-upload.git
The following commit(s) were added to refs/heads/master by this push:
new 0b257ca Add Eclipse's .settings to .gitignore
0b257ca is described below
commit 0b257cacf77fe49a71f3ede4484bef50609bf63e
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sat Apr 9 14:20:11 2022 +0200
Add Eclipse's .settings to .gitignore
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index d20bf2a..1329eca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
target/
*.log
.classpath
+.settings
.project
*.iml
\ No newline at end of file