aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Cilooth <37047157+Cilooth@users.noreply.github.com> 2023-09-18 02:34:35 +0200
committerGravatar GitHub <noreply@github.com> 2023-09-17 17:34:35 -0700
commitc6899940ab5dfce8d32e9e7db79f6b904e15f72b (patch)
treedde1a1113e54e7d5ce803779111c7702981d3da2
parent639a12f59fc5342360c341bc9858244c107cc30e (diff)
downloadbun-c6899940ab5dfce8d32e9e7db79f6b904e15f72b.tar.gz
bun-c6899940ab5dfce8d32e9e7db79f6b904e15f72b.tar.zst
bun-c6899940ab5dfce8d32e9e7db79f6b904e15f72b.zip
Added .DS_Store to gitignore-for-init (#5628)
-rw-r--r--src/cli/gitignore-for-init4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cli/gitignore-for-init b/src/cli/gitignore-for-init
index 3d75225a1..ab5afb295 100644
--- a/src/cli/gitignore-for-init
+++ b/src/cli/gitignore-for-init
@@ -170,3 +170,7 @@ dist
# IntelliJ based IDEs
.idea
+
+# Finder (MacOS) folder config
+.DS_Store
+