Removed MacOS Finder metadata file, added it to .gitignore, cleaned main.go.

This commit is contained in:
2025-07-27 18:07:47 +02:00
parent 5434867c49
commit 0ea990fdbb
3 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
.gitignore vendored
View File

@@ -8,3 +8,5 @@ lab-ca*
*.hcl *.hcl
# Include example files # Include example files
!/examples/*.hcl !/examples/*.hcl
# Exclude MacOS Finder metadata files
.DS_Store

View File

@@ -168,5 +168,3 @@ func printMainHelp() {
fmt.Println() fmt.Println()
fmt.Println("Use 'lab-ca <command> --help' for more information about a command.") fmt.Println("Use 'lab-ca <command> --help' for more information about a command.")
} }
// Remove stray SAN parsing code below main()