other small edits like gitignore and tsconfig

This commit is contained in:
ada
2026-04-20 18:09:16 -06:00
parent 193230edac
commit 0099dc1e4a
4 changed files with 32 additions and 7 deletions
+25
View File
@@ -0,0 +1,25 @@
# Node.js
node_modules/
dist/
npm-debug.log
yarn-error.log
pnpm-debug.log
# IDEs
.idea/
.vscode/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Reports and temporary files
reports/
*.sarif
# Environment variables
.env
.env.local
.env.*.local