- Added issues.md with Docker page performance fix (readmore.js) - Added CLAUDE.md for AI assistant context - Added todo.md for change tracking - Server: NastyNAS with ollama/ollama Docker installed
25 lines
252 B
Plaintext
25 lines
252 B
Plaintext
# Unraid Configuration Gitignore
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*.old
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Sensitive data (add any files with passwords/tokens here)
|
|
secrets.txt
|
|
*.key
|
|
*.pem |