tiny11builder/.gitignore
Miiraak 7c52e83fba Update .gitignore and enhance tiny11makerGUI.ps1
- Add .iso files to .gitignore
- Modify $MountButton event handler to remove enabling of $ImageIndexLabel and $ImageIndexComboBox
- Remove placeholder items from $ImageIndexComboBox initialization
- Update $StartButton event handler:
  - Remove SKU log entry
  - Remove setting $ImageIndexComboBox.Items to Get-WindowsImage result
  - Add Get-WindowsImage command to show image info
  - Add image index to $ImageIndexComboBox based on Get-WindowsImage result
  - Enable $ImageIndexLabel and $ImageIndexComboBox
  - Add log messages to prompt user to select image index
  - Add event handler for $ImageIndexComboBox.SelectedIndexChanged to set $index and log mounting process
- Update final steps of script:
  - Remove completion log message and message box display
  - End script with closing event handler and add new label for logs
2024-11-20 20:17:42 +01:00

7 lines
258 B
Plaintext

################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/*.iso