mirror of
https://github.com/GavinBS/win-setup-menu.git
synced 2026-08-17 16:56:17 +05:30
first commit
This commit is contained in:
@@ -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
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
# Local files
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# win-setup-menu
|
||||||
|
|
||||||
|
A PowerShell menu for Windows setup and software installation.
|
||||||
+2258
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user