diff --git a/app.json b/app.json new file mode 100644 index 0000000..b2c8596 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "schemaVersion": "1.0", + "name": "human-experience-filter-art", + "title": "Human Experience Filter — art installation", + "giteaHost": "ssh://git@git.benstull.org", + "repos": [ + { + "namespace": "benstull", + "name": "human-experience-filter-art", + "contains": ["code", "specs", "documentation", "roadmap", "sessions"], + "sessions": { + "subdir": "sessions", + "layout": "folder-per-session", + "naming": "numeric", + "manifest": true, + "visibility": "private" + } + } + ] +}