This is an automated email from the ASF dual-hosted git repository.
sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new fa5a87bc misc: order the `.gitignore` file (#311)
fa5a87bc is described below
commit fa5a87bc00697ef90b1b44b91bdc5073abeb6bb9
Author: John Bampton <[email protected]>
AuthorDate: Thu Jun 11 23:56:12 2026 +1000
misc: order the `.gitignore` file (#311)
Ran: file -> sort -> uniq
---
.gitignore | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.gitignore b/.gitignore
index e3b309ac..aedcb9a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,15 @@
-pkg
.buildpath
-.project
-Gemfile.lock
-work
.idea/
-.subversion
+.project
.rakeTasks
+.ruby-version
+.subversion
/assets/
-maintenance.txt
-migrating.txt
/www/notice.txt
-.ruby-version
-asfldap.version
+Gemfile.lock
asfldap.gemname
+asfldap.version
+maintenance.txt
+migrating.txt
+pkg
+work