Initial commit of Descrybe v2 without local scratch artifacts.
Drop one-shot tmp/axe scripts and agent i18n scratch so the Gitea tree is deployable.
This commit is contained in:
+60
@@ -0,0 +1,60 @@
|
||||
node_modules/
|
||||
**/node_modules.__bak*/
|
||||
**/node_modules.bak*/
|
||||
dist/
|
||||
build/
|
||||
.svelte-kit/
|
||||
.env
|
||||
.env.local
|
||||
*.exe
|
||||
*.test
|
||||
bin/
|
||||
.tmp*
|
||||
tmp/
|
||||
.DS_Store
|
||||
apps/api/internal/db/sqlc/
|
||||
coverage/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.log
|
||||
*cookies.txt
|
||||
*.cookies.txt
|
||||
|
||||
# Runtime uploads (keep data/sample-*.csv)
|
||||
data/uploads/
|
||||
apps/api/data/uploads/
|
||||
|
||||
# codehelper (generated local - do not commit)
|
||||
.codehelper/
|
||||
.cursor/
|
||||
.claude/
|
||||
.codex/
|
||||
.mcp.json
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
CODEHELPER*.md
|
||||
|
||||
# Migrator artifacts (ID maps / set-password hooks may contain PII - never commit)
|
||||
artifacts/
|
||||
maps/
|
||||
**/set-password-hooks.json
|
||||
**/password_invites.json
|
||||
**/id-map.json
|
||||
**/validation-report.json
|
||||
# Local run artifacts
|
||||
.bin/
|
||||
**/.bin/
|
||||
**/restart.pids.json
|
||||
*.pids.json
|
||||
|
||||
# Local scratch / one-shot agent artifacts (never ship)
|
||||
.tmp/
|
||||
.tmp-*/
|
||||
**/.tmp/
|
||||
**/.tmp-*/
|
||||
*_test-out*.txt
|
||||
*.ps1.tmp
|
||||
scripts/_layout_snip.js
|
||||
scripts/write_001.py
|
||||
apps/web/scripts/_*
|
||||
apps/web/scripts/tr-*
|
||||
Reference in New Issue
Block a user