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

larsfrancke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/develop by this push:
     new b207042  .DS_Store files do not belong in Git (#91)
b207042 is described below

commit b2070424542abca290586fddcab7bb75f6590236
Author: Sebb <[email protected]>
AuthorDate: Sun May 5 15:21:14 2024 +0100

    .DS_Store files do not belong in Git (#91)
---
 .DS_Store  | Bin 6148 -> 0 bytes
 .gitignore |   3 +++
 2 files changed, 3 insertions(+)

diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 3fafbd9..0000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/.gitignore b/.gitignore
index a0d761f..58c8c86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
 .idea/**
 *.iml
 
+# macOS
+.DS_Store
+
 # Created by .ignore support plugin (hsz.mobi)
 ### Maven template
 target/

Reply via email to