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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new e4031f05ef [DOCS] Clean up and order `.gitignore` (#1904)
e4031f05ef is described below

commit e4031f05efd31e772fdc3b867a4d8cd7e61a89b8
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 3 01:53:31 2025 +1000

    [DOCS] Clean up and order `.gitignore` (#1904)
---
 .gitignore | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/.gitignore b/.gitignore
index c12e695216..be288368e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,22 +1,22 @@
-target
-/.idea
 *.iml
+.DS_Store
+.Rproj.user
 /*.ipr
 /*.iws
-/.settings/
+/.bloop/
+/.bsp
 /.classpath
+/.idea
+/.metals/
 /.project
-dependency-reduced-pom.xml
+/.scala-build
+/.settings/
+/.vscode/
 /bin/
-/doc/
 /conf/
+/doc/
 /log/
 /site/
-/.bloop/
-/.metals/
-/.vscode/
-.Rproj.user
 __pycache__
-/.bsp
-/.scala-build
-.DS_Store
+dependency-reduced-pom.xml
+target

Reply via email to