web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit feb9d5f5f988c1f6f0bf6cfe776990f09a0829a2
parent 3e4e939ae0416f726d969b55eff7507e112777fe
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Fri, 23 Aug 2024 13:53:21 +0000

client: update .gitignore

Diffstat:
Mclient/.gitignore | 1+
Dclient/justfile | 3---
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/client/.gitignore b/client/.gitignore @@ -30,3 +30,4 @@ yarn-error.log* _tmp .vscode notes*.txt +justfile diff --git a/client/justfile b/client/justfile @@ -1,2 +0,0 @@ -build: - rr_exports_lib.sh -\ No newline at end of file