videotomp3transcriptor/.gitignore
StillHammer 1f349834e6 Remove nul file and add Windows device names to .gitignore
- Delete problematic 'nul' file (Windows reserved device name)
- Add Windows reserved names (nul, CON, PRN, AUX) to .gitignore
- Prevents future issues with Windows device name conflicts

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 12:04:47 +08:00

51 lines
410 B
Plaintext

# Dependencies
node_modules/
# Environment
.env
# Output directory
output/
# Audio files
*.mp3
*.wav
*.m4a
*.ogg
*.flac
*.aac
# Video files
*.mp4
*.webm
*.mkv
*.avi
# Text/transcription files
*.txt
# Logs
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Temporary files
*.tmp
*.temp
# Windows device names (reserved names that cause issues)
nul
NUL
CON
PRN
AUX