mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
42 lines
481 B
Text
42 lines
481 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
|
|
!AGENTS.md
|
|
|
|
!Dockerfile
|
|
!.dockerignore
|
|
!docker-compose.yml
|
|
!docker/
|
|
!docker/**
|
|
|
|
!modules/
|
|
!modules/**
|
|
|
|
!frontend/
|
|
!frontend/**
|
|
frontend/node_modules/
|
|
frontend/node_modules/**
|
|
frontend/result
|
|
frontend/result/**
|
|
frontend/dist/
|
|
frontend/dist/**
|
|
.DS_Store
|
|
frontend/storybook-static/
|
|
frontend/storybook-static/**
|