diff --git a/core/index.go b/core/index.go index 347107e..ae37db3 100644 --- a/core/index.go +++ b/core/index.go @@ -170,6 +170,9 @@ var ignoreDefaults = []string{ ".gitattributes", ".gitignore", + // Exclude macOS metadata + ".DS_Store", + // Exclude exported CurseForge zip files "/*.zip",