repo descriptions updated
This commit is contained in:
@@ -13,7 +13,7 @@ TEXT_SUFFIXES = {
|
||||
".css", ".env", ".html", ".ini", ".js", ".json", ".md", ".py",
|
||||
".sh", ".toml", ".txt", ".yaml", ".yml", ".ps1", ".cmd", ".bat",
|
||||
}
|
||||
SKIP_DIRS = {".git", ".venv", "venv", "__pycache__", "dist", "THIRD_PARTY_LICENSES"}
|
||||
SKIP_DIRS = {".git", ".venv", "venv", "__pycache__", "dist", "THIRD_PARTY_LICENSES", ".internal"}
|
||||
ALLOWED_RUNTIME_MARKER = ".gitkeep"
|
||||
FORBIDDEN_FILES = {
|
||||
".env",
|
||||
@@ -21,6 +21,8 @@ FORBIDDEN_FILES = {
|
||||
"data/config/APPINFO.json",
|
||||
"app/main_old.py",
|
||||
"PRUEFEN-0.5.5.5.sh",
|
||||
"AI_CONTENT.md", "AI_CONTENT_ANALYSE.txt", "AI_CONTEXT.md", "AI_CONTEXT_ANALYSE.txt",
|
||||
"DEVELOPMENT_NOTES.md", "DEVELOPMENT_CONTEXT.md",
|
||||
}
|
||||
FORBIDDEN_RUNTIME_DIRS = {
|
||||
"data/postgres", "data/uploads", "data/logs", "data/backups",
|
||||
|
||||
Reference in New Issue
Block a user