This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
.gitignore
195 lines (146 loc) · 2.79 KB
/
.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
# Temporary directory for whatever you want
.tmp/
# Bazel
/bazel-*
.bazelrc-nix
build_event_log.bin
execution_log.zstd
# Vim
*.swp
# JetBrains/IntelliJ
.idea
.graphqlconfig
# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.\#*
.dir-locals.el
# Go
*.o
*.a
*.so
# C
*.dylib
# Mac OS X
.DS_Store
# Python
*.py[cod]
__pycache__
# langkit
/workspace/
# Test binaries
*.test
grapher/python/pysonar2/tests
grapher/ruby/rubysonar/target
grapher/ruby/rubysonar/dependency-reduced-pom.xml
grapher/ruby/yard/.bundle
npm-debug.log
pnpm-error.log
pnpm-debug.log
.codemod.bookmark
.elasticbeanstalk/
.tmp/*.jar
/cmd/frontend/internal/graphqlbackend/node_modules
*.json.actual
eb-bundle.zip
/release/
/conf/private
/provision/kubernetes/gen
/deploy/sourcegraph.com/src
/deploy/sourcegraph/src
# Sublime
*.sublime-project
*.sublime-workspace
.bin/
.env
.gtm/
cmd/gitserver/debug
# Client
node_modules
package-lock.json
.nyc_output/
coverage/
out/
client/shared/src/schema/*.d.ts
puppeteer/
package-lock.json
dist/
sourcegraph-webapp-*.tgz
*.tsbuildinfo
graphql-operations.ts
*.module.scss.d.ts
*.module.css.d.ts
dll-bundle
# Direnv
.envrc
.direnv
# Docker images
docker-images/prometheus/config/prometheus_targets.yml
comment.txt
.eslintcache
storybook-static/
# Certificates
*.pem
*.crt
# tilt files
/dev/tilt/generated-cluster
/dev/tilt/tilt-watch-targets
# sonarqube
.scannerwork
# sg command specific things, see ./dev/sg
sg.config.overwrite.yaml
# sg Google Cloud API OAuth token
.sg.token.json
# Lighthouse CI reports
.lighthouseci/
# Trivy security vulnerability reports
*-security-report.html
# CI annotations
.annotate
.annotate.lock
annotations/
.buildevent_file
# Buildkite analytics files
test-reports/
# CI linter cache (used only in CI)
.golangci-lint-cache
# go workspace files shouldn't be committed
go.work
go.work.sum
# binary
/sg
# SCIP
index.scip
# Buildkite helper and cache files
/an
/tr
/cache-*.tar
# Backward compatibility database tests patch, generated on the fly in CI
# for `bazel test @sourcegraph_back_compat//...` targets.
/dev/backcompat/back_compat_migrations.patch
# Generated on CI only
.aspect/bazelrc/ci.generated.bazelrc
# nix
/result
/result-*
# Windows
/cmd/sourcegraph/__debug_bin.exe
# For locally building and testing shared packages from the sourcegraph/cody repository on
# the web client.
/cody
/playwright
# JUnit execution reports
junit.xml
/enterprise/
# Generated by rapid after finding counter-examples.
#
# When re-running tests locally during development,
# this enables faster failure finding.
# https://github.com/flyingmutant/rapid/commit/4db076b4aa4d41036416da11abd5bbfc228a324e
#
# During development, if a check fails, it makes sense
# to disable or refine the check, and add specific,
# minimal tests using the counter-examples found by rapid.
**/testdata/rapid/