first commit

This commit is contained in:
gt
2026-07-04 13:37:02 +08:00
commit 0a2b4c64da
4 changed files with 2300 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Default: normalize text files in repo
* text=auto
# Windows scripts
*.ps1 text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
# Unix/Linux scripts and configs
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf
*.nix text eol=lf
# Common text files
*.md text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.exe binary
*.zip binary
*.7z binary
+7
View File
@@ -0,0 +1,7 @@
# Local files
*.log
*.tmp
# OS files
.DS_Store
Thumbs.db
+3
View File
@@ -0,0 +1,3 @@
# win-setup-menu
A PowerShell menu for Windows setup and software installation.
+2258
View File
File diff suppressed because it is too large Load Diff