-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
93 lines (77 loc) · 1.23 KB
/
Copy path.gitignore
File metadata and controls
93 lines (77 loc) · 1.23 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
# Node
node_modules/
dist/
build/
.vite/
*.log
npm-debug.log*
# .NET
bin/
obj/
*.user
*.suo
.vs/
*.dll
*.pdb
TestResults/
coverage/
*.coverlet.json
# IDE
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.template.json
# Env / secrets
.env
.env.local
.env.*.local
appsettings.Development.json
appsettings.Production.json
*.key
*.pem
*.pfx
# OS
.DS_Store
Thumbs.db
# Bicep build output
infra/**/main.json
*.bicepbuild
# Terraform (if ever introduced)
*.tfstate
*.tfstate.*
.terraform/
# Docs working artefacts
*.docx#
~$*.docx
spec.txt
tables.txt
# Hangfire SQLite local
*.sqlite
*.db
# Coverage
coverage.cobertura.xml
*.opencover.xml
# tsc -b artifacts (typecheck)
frontend/*.tsbuildinfo
frontend/dist-types/
frontend/vite.config.d.ts
frontend/vite.config.js
# Fabric DevGateway dev artifacts (generated, not committed)
frontend/tools/dist/
workload-dev-mode.json
# Local dev / debug scripts (throwaway Playwright/CDP scripts)
frontend/fabric-*.mjs
frontend/fabric-screenshots/
frontend/fabric-token-config.json
frontend/.auth/
frontend/.env.dev
# Build / publish output (CI artefacts, never commit)
**/publish_output/
**/_publish/
backend/*.zip
orqentis-api.zip
publish/
# Test run artefacts
test-results/
*.csproj.lscache
frontend/snap/