Files
linux-provisioning/.gitignore
Julian Prester 2ca9a2bdef Fix script file permissions (644 → 755 for executables)
All shell scripts and config files should be executable (755)
for direct invocation. No content changes.
2026-06-07 14:34:51 +10:00

22 lines
189 B
Plaintext
Executable File

# Secrets — these should never be committed
.zshrc.local
.env
*.pem
# OS files
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
.venv/
# Node
node_modules/