Add Gitea Actions setup documentation and update .gitignore for CI/CD scripts
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -13,6 +13,9 @@ ENV/
|
||||
|
||||
# Python Skripte (nur Gesetze sollen gepusht werden)
|
||||
*.py
|
||||
# Wichtige Skripte für CI/CD sollen gepusht werden können
|
||||
!update_laws.py
|
||||
!xml_to_markdown.py
|
||||
|
||||
# Test-Verzeichnisse
|
||||
test_laws/
|
||||
@@ -30,6 +33,9 @@ laws/
|
||||
!README.md
|
||||
!requirements.txt
|
||||
!.gitignore
|
||||
# Gitea Actions Workflows
|
||||
!.gitea/
|
||||
!.gitea/**
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
@@ -48,7 +54,4 @@ Thumbs.db
|
||||
# Temporäre Dateien
|
||||
*.tmp
|
||||
*.bak
|
||||
*.cache
|
||||
|
||||
# requirements.txt
|
||||
requirements.txt
|
||||
*.cache
|
||||
Reference in New Issue
Block a user