Files
dotfiles/.gitignore
2025-12-13 23:18:59 -05:00

19 lines
183 B
Plaintext

cat > .gitignore << 'EOF'
# OS files
.DS_Store
Thumbs.db
# Backup files
*.backup
*.bak
*~
# Local machine-specific configs
*.local
# Sensitive information
.env
.env.*
secrets/
EOF