web_lib

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

commit b694d104242b5419d2e87d85c461811249f8977a
parent f191f83ab6396c4c3f854cb896f7511016e488d0
Author: triesap <triesap@radroots.dev>
Date:   Fri, 26 Dec 2025 01:55:34 +0000

nfc: ignore build artifacts and remove node_modules

Diffstat:
Anfc/.gitignore | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
Dnfc/node_modules/.bin/rimraf | 21---------------------
Dnfc/node_modules/.bin/tsc | 21---------------------
Dnfc/node_modules/.bin/tsserver | 21---------------------
Dnfc/node_modules/@radroots/tsconfig | 2--
Dnfc/node_modules/@radroots/utils | 2--
Dnfc/node_modules/rimraf | 2--
Dnfc/node_modules/typescript | 2--
8 files changed, 51 insertions(+), 71 deletions(-)

diff --git a/nfc/.gitignore b/nfc/.gitignore @@ -0,0 +1,50 @@ +# dependencies +node_modules +.pnp +.pnp.js + +# testing +coverage + +# svelte +.svelte-kit + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# turbo +.turbo + + +# Output +.output +/build +dist + +# local env files +.env* +!.env.example + + +# Vite +vite.config.js.timestamp-* +vite.config.ts.timestamp-* + +# local +.tmp* +.backup* +.dev* +.vscode +notes*.txt +notes*.md +notes*.json +git-diff*.txt +prompt*.txt +tree*.txt +justfile +\ No newline at end of file diff --git a/nfc/node_modules/.bin/rimraf b/nfc/node_modules/.bin/rimraf @@ -1,21 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -z "$NODE_PATH" ]; then - export NODE_PATH="/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/node_modules" -else - export NODE_PATH="/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/rimraf@6.0.1/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/node_modules:$NODE_PATH" -fi -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../rimraf/dist/esm/bin.mjs" "$@" -else - exec node "$basedir/../rimraf/dist/esm/bin.mjs" "$@" -fi diff --git a/nfc/node_modules/.bin/tsc b/nfc/node_modules/.bin/tsc @@ -1,21 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -z "$NODE_PATH" ]; then - export NODE_PATH="/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/bin/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/node_modules" -else - export NODE_PATH="/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/bin/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/node_modules:$NODE_PATH" -fi -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@" -else - exec node "$basedir/../typescript/bin/tsc" "$@" -fi diff --git a/nfc/node_modules/.bin/tsserver b/nfc/node_modules/.bin/tsserver @@ -1,21 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) - if command -v cygpath > /dev/null 2>&1; then - basedir=`cygpath -w "$basedir"` - fi - ;; -esac - -if [ -z "$NODE_PATH" ]; then - export NODE_PATH="/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/bin/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/node_modules" -else - export NODE_PATH="/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/bin/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules/typescript/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/typescript@5.8.3/node_modules:/Users/treesap/dev/radroots/dev/pwa/node_modules/.pnpm/node_modules:$NODE_PATH" -fi -if [ -x "$basedir/node" ]; then - exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@" -else - exec node "$basedir/../typescript/bin/tsserver" "$@" -fi diff --git a/nfc/node_modules/@radroots/tsconfig b/nfc/node_modules/@radroots/tsconfig @@ -1 +0,0 @@ -../../../tsconfig -\ No newline at end of file diff --git a/nfc/node_modules/@radroots/utils b/nfc/node_modules/@radroots/utils @@ -1 +0,0 @@ -../../../utils -\ No newline at end of file diff --git a/nfc/node_modules/rimraf b/nfc/node_modules/rimraf @@ -1 +0,0 @@ -../../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf -\ No newline at end of file diff --git a/nfc/node_modules/typescript b/nfc/node_modules/typescript @@ -1 +0,0 @@ -../../../node_modules/.pnpm/typescript@5.8.3/node_modules/typescript -\ No newline at end of file