Files
warframe-bilder/wireframe-system/wireframe-system.manifest.json
Vadim Flowed 1036cb5739 Last Update
2026-05-10 19:18:50 +03:00

31 lines
511 B
JSON

{
"version": "0.2.0",
"package_name": "wireframe-system",
"default_artifact_dir": "workspace/artifacts/wireframe-gen",
"system_paths": [
".agents",
"scripts",
"docs",
"tests",
"AGENTS.md",
"wireframe-system.manifest.json"
],
"preserve_paths": [
"workspace",
"artifacts",
"maintenance",
"dist"
],
"excluded_paths": [
"workspace",
"artifacts",
"maintenance",
"dist",
".git",
".cache",
"node_modules",
"tmp",
"temp"
]
}