-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (80 loc) · 1.01 KB
/
Copy path.gitignore
File metadata and controls
97 lines (80 loc) · 1.01 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/
*.db
testdata/
.DS_Store
.git
.*/
!.github/
.github/*
!.github/ISSUE_TEMPLATE
!.github/scripts
!.github/pull_request_template.md
Dockerfile
Dockerfile.dev
dev.dockerfile
.dockerignore
go.work
.gocache
.gotmp
tmp-*
/yatostream
/yatostream.exe
/seanime
/seanime.exe
_docker-compose.yml
logs
web/
!mobile/web/
mobile/web/*
!mobile/web/.gitkeep
web-desktop/
web-denshi/
out/
./assets/
test/testdata/**/*.json
test/sample
test/providers.json
test/db.json
test/config.json
test/config.toml
whats-new.md
mock_data.json
TODO-priv.md
##
## Web App
##
node_modules
dist
out
out-desktop
out-denshi
web
.tanstack
.next
.idea
.pnp
.pnp.js
.yarn/install-state.gz
coverage
build
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env*.local
*.tsbuildinfo
snapshot
analyze
CHANGELOG-priv.md
public/test*
codegen/generated/hooks.mdx
native-builds
internal/extension_repo/**/test*.*
internal/extension_repo/goja_plugin_test
*.sh
seanime-web-tr/
codegen/nonext/
docs/support-skills
local_testing
dist-server
scripts/build.go