bootstrap: admin project skeleton (CLAUDE.md, .wiki/, .tasks/)

This commit is contained in:
2026-05-21 13:17:45 +03:00
parent 4d63aeef46
commit 34e779e002
13 changed files with 114 additions and 1 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# admin is a meta-project — .wiki/ and .tasks/ are tracked here despite the
# global ignore rule in ~/.config/git/ignore (which excludes them by default
# for business app repos).
!.wiki/
!.tasks/
# OS / editor noise
.DS_Store
Thumbs.db
*.swp
*~
.vscode/
.idea/