mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-17 00:04:31 +02:00
Exclude .DS_Store folder in default packwizignore
This commit is contained in:
@@ -170,6 +170,9 @@ var ignoreDefaults = []string{
|
||||
".gitattributes",
|
||||
".gitignore",
|
||||
|
||||
// Exclude macOS metadata
|
||||
".DS_Store",
|
||||
|
||||
// Exclude exported CurseForge zip files
|
||||
"/*.zip",
|
||||
|
||||
|
Reference in New Issue
Block a user