Initial commit: Unraid server documentation setup
- 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
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user