Skip to content

Commit 03d9469

Browse files
🩹 [Patch]: Clean up gitignore IDE entries (#23)
1 parent 0fcffab commit 03d9469

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
!.vscode/extensions.json
77
*.code-workspace
88

9-
# IDE files
10-
.idea/
11-
.vs/
12-
*.suo
13-
149
# Local History for Visual Studio Code
1510
.history/*
1611

src/functions/public/Get-CurrentDateTime.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
1818
Returns the current date in short date format.
1919
20-
.EXAMPLE
21-
Get-CurrentDateTime -Format 'Custom' -CustomFormat 'dddd, MMMM dd, yyyy'
22-
23-
Returns the current date in a custom format like "Monday, January 20, 2026".
24-
2520
.LINK
2621
https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-CurrentDateTime/
2722
#>

0 commit comments

Comments
 (0)