forked from chaosarium/lwt
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (59 loc) · 1.15 KB
/
.gitignore
File metadata and controls
81 lines (59 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# LWT specific files
# Claude Code local config
.claude/
CLAUDE.local.md
# Environment configuration (contains secrets)
.env
deploy.env
deploy.sh
docker-compose.prod.yml
# Local audio files (root media directory only)
/media/
# Text-to-Speech files
/tts/
# Docker data
/lwt_db_data/
docker-compose.override.yml
# Dev files
# PHP debugging tools
error.log
access.log
plugins
# Backup files
*.bak
/vendor/
.phpunit.result.cache
composer.phar
# JS unit testing and documentation
/node_modules/
# Generated documentation (rebuilt by CI for GitHub Pages)
/docs/
# Build outputs (regenerated by npm run build:all)
/dist/
# Service Worker (built from src/frontend/js/sw.ts)
/sw.js
# Editor
.vscode
_*
# For Mac Users
.DS_Store
# Phive products
.phive/*
tools/*
# phpDocumentor cache
.phpdoc/*
# PHPUnit coverage reports
/coverage-report/
coverage.xml
# Vitest coverage report
/coverage/
# Cypress artifacts (keep e2e tests tracked)
/cypress/screenshots/
/cypress/videos/
/cypress/downloads/
/cypress/coverage/
# Lighthouse reports
/lighthouse-reports/
# Unused SVG logo drafts
docs-src/public/assets/images/favicon.svg
docs-src/public/assets/images/lwt-logo*.svg