proxmox-rdp-autosetup/.gitignore
시골약사 3ab509492f Initial commit: Proxmox Auto RDP Setup Script
 주요 기능:
- Proxmox VE 호스트 부팅 시 자동 RDP 연결
- 완전 자동화된 설정 스크립트
- 강화된 입력 검증 및 에러 처리
- 네트워크 연결 테스트
- 자동 백업 및 복구 기능
- 사용자 친화적 컬러 출력

🛠️ 기술 스택:
- Bash Shell Script
- systemd (자동 로그인)
- X Window System + Openbox
- FreeRDP3 (RDP 클라이언트)

🔧 주요 구성:
- proxmox-auto-rdp-setup.sh: 메인 설치 스크립트
- proxmox_auto_rdp_setup_korean.md: 상세 한글 문서
- README.md: 프로젝트 개요 및 사용법

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-24 13:33:19 +09:00

32 lines
260 B
Plaintext

# Backup files
*.bak
*~
# Log files
*.log
# Environment files
.env
.env.local
# System files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
# Temporary files
*.tmp
*.temp
# Archive files
*.zip
*.tar.gz
*.tar.bz2
# Database files
*.db
*.sqlite
*.sqlite3