This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 287285663 Sort file
287285663 is described below

commit 287285663af47e33a0810b1b4806f3a130ea43f6
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 10 06:04:09 2025 -0500

    Sort file
---
 .gitignore | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3e2873088..de8a18e09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,17 @@
-target/
-.project
-.classpath
-.settings/
-.svn/
-.idea/
+*.code-workspace
 *.iml
 *.iws
+.classpath
 .DS_Store
+.externalToolBuilders/
+.history/
+.idea/
+.project
+.settings/
+.svn/
+.vscode/
 /derby.log
 /jackrabbit.log_IS_UNDEFINED
 /jetty.log_IS_UNDEFINED
-.vscode/
-*.code-workspace
-.history/
-.externalToolBuilders/
 maven-eclipse.xml
+target/

Reply via email to