Initial commit

This commit is contained in:
2023-02-07 13:03:10 -04:00
commit 347b481bdb
4 changed files with 75 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Ignore everything
*
# Except these files
!*.ps1
!*.md
!.gitignore
!LICENSE