1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-21 18:55:36 +02:00

docs: add Track 4 auth foundation design spec + whitelist docs/superpowers in gitignore

This commit is contained in:
TheGeneralist 2026-06-25 17:20:17 +02:00
parent 5fba6987a3
commit 10aeebd878
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
3 changed files with 536 additions and 0 deletions

3
.gitignore vendored
View file

@ -5,6 +5,8 @@
!docs/
!docs/LICENSE
!docs/README*
!docs/superpowers/
!docs/superpowers/**
!crates
!crates/**
@ -18,6 +20,7 @@
!Cargo.toml
!Cargo.lock
!ARCHIVR-MENTAL-MODEL.md
!NEXT.md
!frontend/
!frontend/**