Skip to content

Commit

Permalink
Build 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SamErde committed Aug 5, 2024
1 parent 415de27 commit 483fcbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
30 changes: 3 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
.DS_Store
desktop.ini
*/globalStorage/*
*/History/*
*/snippets/*
*/sync/*
*/workspaceStorage/*
*/Modules/*
*/Scripts/*

Code/Code/Modules/*
Code/Modules/*
Code/Code/Scripts/*
Code/Scripts/*

PowerShell/PowerShell/Modules/*
PowerShell/Modules/*
PowerShell/PowerShell/Scripts/*
PowerShell/Scripts/*

WindowsPowerShell/WindowsPowerShell/Modules/*
WindowsPowerShell/Modules/*
WindowsPowerShell/WindowsPowerShell/Scripts/*
WindowsPowerShell/Scripts/*

WindowsTerminal/WindowsTerminal/Modules/*
WindowsTerminal/Modules/*
WindowsTerminal/WindowsTerminal/Scripts/*
WindowsTerminal/Scripts/*
/Artefacts/*
Ignore/*
2 changes: 1 addition & 1 deletion PSPreWorkout.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CompatiblePSEditions = @('Desktop', 'Core')
Copyright = '(c) 2024 Sam Erde. All rights reserved.'
Description = 'A special mix of tools (and experiments) to help jump start your PowerShell work session!'
FunctionsToExport = @('Get-MsShellsModules', 'Read-ModuleInfo', 'Get-EnvironmentVariable', 'Install-OhMyPosh', 'Install-PowerShellISE', 'New-ProfileWorkspace', 'Set-EnvironmentVariable', 'Update-AllTheThings')
FunctionsToExport = @('Get-EnvironmentVariable', 'Install-OhMyPosh', 'Install-PowerShellISE', 'New-ProfileWorkspace', 'Set-EnvironmentVariable', 'Update-AllTheThings')
GUID = '3ea876cf-733d-4ac4-bd85-25503534c966'
ModuleVersion = '0.0.2'
PowerShellVersion = '5.1'
Expand Down

0 comments on commit 483fcbe

Please sign in to comment.