mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
Develop: Refactor project configuration directory structure
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
0759dfc946
commit
a8ec6f9cbb
5 changed files with 10 additions and 3 deletions
2
.agents/.gitignore
vendored
Normal file
2
.agents/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
||||
3
.claude/.gitignore
vendored
Normal file
3
.claude/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
*
|
||||
!.gitignore
|
||||
!CLAUDE.md
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -32,6 +32,7 @@ venv
|
|||
.nv
|
||||
.eslintcache
|
||||
.gocache
|
||||
.system
|
||||
/pro/
|
||||
/portal/
|
||||
/plus/
|
||||
|
|
@ -85,9 +86,10 @@ Thumbs.db
|
|||
.glide
|
||||
.idea
|
||||
.codex
|
||||
.claude
|
||||
.config
|
||||
.local
|
||||
*.local.json
|
||||
*.local.yaml
|
||||
.project
|
||||
.vscode
|
||||
*.tmproj
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ This file tells automated coding agents (and humans) where to find the single so
|
|||
### Local Agent Progress
|
||||
|
||||
- Use root-level task files to track progress and handoff notes across sessions/environments:
|
||||
- `AGENTS_TODO.md` for actionable tasks.
|
||||
- `AGENTS_DONE.md` for completed tasks.
|
||||
- `.agents/TODO.md` for actionable tasks.
|
||||
- `.agents/DONE.md` for completed tasks.
|
||||
- These files are local workflow aids and may not exist yet in a given workspace.
|
||||
|
||||
## Style Notes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue