web_lib

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

commit 283d3c6e3553e41052a3f4d188a8b0bfaa50dc0d
parent 78036ae1bef013d89ea77e96cbdd16f93f5a34ee
Author: triesap <triesap@radroots.dev>
Date:   Thu, 20 Nov 2025 13:52:26 +0000

tsconfig: update .gitignore and package metadata

Diffstat:
Mtsconfig/.gitignore | 64++++++++++++++++++++++++++++------------------------------------
Dtsconfig/README.md | 1-
Mtsconfig/package.json | 2+-
3 files changed, 29 insertions(+), 38 deletions(-)

diff --git a/tsconfig/.gitignore b/tsconfig/.gitignore @@ -1,50 +1,42 @@ -# dependencies node_modules -.pnp -.pnp.js +dist +.turbo -# testing -coverage +# Logs +logs/ +*.log -# svelte -.svelte-kit +# Env +.env +.env.* +!.env.example +!.env.test -# misc +# OS .DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# turbo -.turbo - +Thumbs.db -# Output -.output -/build -dist - -# local env files -.env* -!.env.example +# Secrets +*.pem +*.crt +*.key +# Testing +test*.json -# Vite -vite.config.js.timestamp-* -vite.config.ts.timestamp-* +# Editors +.vscode/ +.idea/ +*.iml -# local -.tmp* -.backup* -.dev* -.vscode +# Notes notes*.txt notes*.md notes*.json -git-diff*.txt -prompt*.txt tree*.txt +diff*.txt +prompt*.txt + +# Dev +.local* justfile \ No newline at end of file diff --git a/tsconfig/README.md b/tsconfig/README.md @@ -1 +0,0 @@ -# tsconfig diff --git a/tsconfig/package.json b/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@radroots/tsconfig", - "version": "0.0.0", + "version": "0.0.1", "private": true, "license": "GPLv3", "publishConfig": {