mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
32 lines
379 B
Text
32 lines
379 B
Text
*
|
|
|
|
!.gitignore
|
|
|
|
!docs/
|
|
!docs/LICENSE
|
|
!docs/README*
|
|
!crates
|
|
!crates/**
|
|
|
|
!vendor
|
|
!vendor/**
|
|
|
|
!flake.nix
|
|
!flake.lock
|
|
|
|
!Cargo.toml
|
|
!Cargo.lock
|
|
!ARCHIVR-MENTAL-MODEL.md
|
|
!NEXT.md
|
|
|
|
!frontend/
|
|
!frontend/**
|
|
frontend/node_modules/
|
|
frontend/node_modules/**
|
|
frontend/result
|
|
frontend/result/**
|
|
frontend/dist/
|
|
frontend/dist/**
|
|
.DS_Store
|
|
frontend/storybook-static/
|
|
frontend/storybook-static/**
|