forked from rvion/CushyStudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
94 lines (66 loc) · 987 Bytes
/
.gitignore
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
.vite
tmp
.env
node_modules
xformers
dts
/dist
# mac
.DS_Store
# in case of local ComfyUI clone
ComfyUI
# electron
out
# keep .cushy folder
outputs/*
!outputs/.gitkeep
# keep .schema folder
schema/globa.d.ts
schema/hosts/*
!schema/hosts/virtual-base
!schema/hosts/virtual-full
cushy.db
cushy*.db
cushy*.db.backup
src/db/cushy*.db
src/db/cushy*.db-shm
src/db/cushy*.db-wal
*.vsix
.disabled
CONFIG.json
global.d.ts
!src/utils/global.d.ts
library/local/*
!library/local/.gitkeep
library/installed/*
!library/installed/.gitkeep
library/legacy
library/**/dist
.cushy/**/*.json
src/theme/theme-rvion.css
site/_site
site/site
lib
lib.old
.cushy/store
docs/ex
logs/
*.log
# release folder for forms
release-forms/*
# release folder for cushy
release/main.css
release/meta.json
release/output.css
release/main.js
.cushy
.env
node-*.tar.gz
*.sqbpro
completions/*
settings/*.json
tsconfig.tsbuildinfo
.tsbuildinfo
src/tools/cushy-screenshots-logs.txt
@cushy/*
@cushy.zip