-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (74 loc) · 1.12 KB
/
.gitignore
File metadata and controls
88 lines (74 loc) · 1.12 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
82
83
84
85
86
87
88
# Build output
/mdpress
/bin/
/dist/
*.exe
*.exe~
*.dll
*.so
*.dylib
docker_practice.html
# Tests
*.test
*.out
coverage.txt
coverage.html
# Dependencies
/vendor/
node_modules/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# System files
.DS_Store
Thumbs.db
# Generated PDFs
*.pdf
# Temporary files
*.tmp
/tmp/
mdpress-go-tmp-umask
.mdpress_temp/
# Build and preview output
_book/
/_output/
/output/
*_site/
*_html/
# Generated preview files
*themes-preview.html
# Tool caches
.cache/
.playwright-cli/
# Internal documents (not part of the release)
/report.md
/bugs-found.md
/PLANTUML_IMPLEMENTATION.md
/internal/plantuml/QUICK_START.md
/internal/plantuml/README.md
# Generated analysis and log files
/check.log
/TEST_COVERAGE_ANALYSIS.md
/AUDIT_SUMMARY.txt
/HTML_UX_AUDIT_REPORT.md
/IMPROVEMENT_CHECKLIST.md
/README_AUDIT.md
/SECURITY_AND_TEST_REVIEW.md
/TESTING_GUIDE.md
/CODE_ANALYSIS_INDEX.md
/CODE_QUALITY_SUMMARY.txt
/CODE_QUALITY_ANALYSIS.md
/DETAILED_FINDINGS.md
/ANALYSIS_COMPLETE.txt
# Additional temporary directories
/tmp_pdf_probe/
# Agent workspace (not part of the project)
.agent/
# Secrets and credentials
.env
.env.*
*.key
*.pem