Initial commit.

This commit is contained in:
2024-12-16 12:11:20 -06:00
commit fdc25dfbab
4 changed files with 449 additions and 0 deletions

48
.gitignore vendored Normal file
View File

@@ -0,0 +1,48 @@
######################
# Logs and databases #
######################
*.log
*.sql
*.sqlite
######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
#####################
# PowerShell #
#####################
# Exclude packaged modules
*.zip
*.dll
#####################
# PowerShell Studio #
#####################
*.TempPoint.ps1
*.TempPoint.*
*.TempPoint.*
*.Export.*
*.psprojs
*.RestorePoint.*
*.Run.ps1
*.Package.ps1
*.psbuild
CustomMenu.inf
#####################
# Misc #
#####################
*.env
test/
private/
AMIDEWINx64/
WINAIA/