-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (81 loc) · 1.42 KB
/
.gitignore
File metadata and controls
97 lines (81 loc) · 1.42 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
89
90
91
92
93
94
95
96
97
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.venv
.nx
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
*.code-workspace
!.vscode/extensions.json
!.vscode/tailwind.json
!.vscode/settings.json.default
!.vscode/launch.json.default
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
components.d.ts
# Ignore test data.
tests-ui/data/*
tests-ui/ComfyUI_examples
tests-ui/workflows/examples
# Browser tests
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
browser_tests/**/*-win32.png
.env
dist.zip
/temp/
# Generated JSON Schemas
/schemas/
# Generated manifest samples
/prd/
# Generated bundle assets
packages/*/src/**/templates/
packages/*/src/**/__pycache__/
packages/*/src/**/*.egg-info/
# Workflow templates assets
# Hosted on https://github.com/Comfy-Org/workflow_templates
/public/templates/
# Temporary repository directory
templates_repo/
# Vite's timestamped config modules
vite.config.mts.timestamp-*.mjs
# Link checker temporary files (generated during CI)
links_to_check.txt
link_sources.json
link_report.txt
link_report_detailed.txt
excluded_links.txt
extracted_links.txt
lychee-report.md
lychee_full_report.txt
.lycheecache
LINK_CHECKER_REPORT.md
# Asset validation report (generated by scripts)
asset_validation_report.md
model_analysis_report.md
# Python cache
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzw
*.pyzwz
__pycache__/