PowerShell commands lead, bash equivalents in comments: venv Activate.ps1 + execution-policy note, copy/$env:, a PowerShell plugin-enable loop, and how the bash naming hook runs under Git Bash (plus the pre-commit hook catching it automatically). The VS Code Check task gets a Windows variant (venv\Scripts, bash for the .sh). Pin shell scripts to LF in .gitattributes so a Windows checkout does not CRLF-corrupt them into 'bad interpreter' failures.
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
.env filter=git-crypt diff=git-crypt
|
|
|
|
# Shell scripts must stay LF so Git Bash on Windows can run them
|
|
*.sh text eol=lf
|
|
scripts/check-naming-and-style.sh text eol=lf
|