-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (81 loc) · 1.88 KB
/
Copy path.gitignore
File metadata and controls
97 lines (81 loc) · 1.88 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
bin/
obj/
/packages/
riderModule.iml
/_ReSharper.Caches/
.*.sw[po]
node_modules/
LegacyApp
.LegacyApp
.vs
.svelte-kit
mongodb-dump
.env
.azure
.idea
.playwright-mcp
appsettings.Development.json
**/.mono/
coveragereport/
TestResults/
.claude/settings.local.json
.cursor
.data
cloudflared-config.yml
appsettings.json
appsettings.*.json
!appsettings.example.json
# Generated locale files
**/locales/**/*.js
# Aspire publish temporary output
aspire-output/
docs/seed/dev-snapshot.json
# Widget publish output
**/publish/
# Widget MSIX packaging artifacts
**/AppPackages/
**/BundleArtifacts/
*.appx
*.msix
*.appxbundle
*.msixbundle
*.appxupload
*.msixupload
# Git worktrees
.worktrees/
# Local mkcert certificates
.nocturne/
# docker-compose.yaml is generated by 'aspire publish' during CI and by
# scripts/publish-release.cs. The deploy/ placeholders are intentionally
# committed — run scripts/publish-release.cs before tagging.
docker-compose.yaml
!deploy/portainer/docker-compose.yaml
!deploy/docker-compose/docker-compose.yaml
!.env.example
# Git worktrees
.worktrees/
# Generated API client, schemas, and remote functions (regenerated by Aspire/NSwag
# on build; docker-publish and sdk-publish regenerate their own copies in CI)
src/Web/packages/app/src/lib/api/generated/
src/Web/packages/app/src/lib/api/api-client.generated.ts
docs/plans/
# SDK generated output. openapi-v4.json is the filtered SDK surface, produced by
# sdk/filter-v4-spec.js from the API build's openapi.json; sdk-publish.yml
# regenerates it and hands it to the per-language jobs as an artifact.
sdk/openapi-v4.json
sdk/csharp/out/
sdk/typescript/out/
sdk/kotlin/out/
sdk/java/out/
sdk/swift/out/
sdk/python/out/
sdk/rust/out/
# BenchmarkDotNet output
BenchmarkDotNet.Artifacts/
# Auto-generated diagram artifacts
docs/diagrams/project-dependencies.mmd
docs/diagrams/er-*.mmd
# External projects
AndroidAPS/
Trio/
.claude/worktrees/