-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (76 loc) · 1.65 KB
/
.gitignore
File metadata and controls
97 lines (76 loc) · 1.65 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Don't commit binaries
bin
release
# Do not allow a multi-moduled projected
go.work.sum
# Localnet config
localnet_config.yaml
# NB: The helper sed command to update `localnet_config` was updated
# so its universal across Linux & macOS. Though it work, it creates this
# extra file. If you are reading this and can think of a way to improve
# `docusaurus/docs/infrastructure/localnet.md`, please do!
# Ref: https://stackoverflow.com/questions/4247068/sed-command-with-i-option-failing-on-mac-but-works-on-linux
localnet_config.yaml-e
# Used for hot-reloading
.tilt-build-trigger
# Config
.*.yaml
*config.yaml
*values.yaml
*values*
.config.yaml
.config.*.yaml
# Shannon E2E config
.shannon.config.yaml
.config.shannon.yaml
# Do NOT ignore these specific files
!e2e/config/e2e_load_test.archival.config.yaml
!e2e/config/e2e_load_test.config.yaml
# Env
.env
.env.*
!.env.example
# Macos
.DS_Store
**/.DS_Store
# Development
.vscode
.idea/
.mise.local.toml
# tmp directory
tmp
tmp/*
# PATH artifacts
install.log
# Include values.tmpl.yaml files in git
!values.tmpl.yaml
# Claudesync, Claude code and MCP servers
.claudesync/
.claudeignore
.serena/cache
# Config Backup files
*.backup
# Supplier Report JSON File
# Generated by ./e2e/scripts/shannon-preliminary-services-test.sh
supplier_report_*.json
# Portal DB
pg_dump.sql
# Benchmark Results
bench_results
# Node Modules (Portal DBTypeScript SDK)
node_modules
# JWKS file
jwks.json
# test results
load_test_results
.planning/