Initial repository structure for IPTV Updates
- Added README with repository structure - Created current.json for version tracking - Added v2.7.0 release manifest - Created patch creation guide - Set up directory structure for patches and releases
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Test data
|
||||
test/
|
||||
testing/
|
||||
|
||||
# Build artifacts
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user