forked from ory/kratos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (54 loc) · 1.16 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
cover.out
.idea/
tmp/
ddl/
.DS_Store
/kratos
packrd/
*-packr.go
dist/
node_modules
.bin/
test/e2e/cypress/videos
test/e2e/cypress/screenshots
test/e2e/.bin
pkged.go
coverage.*
schema.sql
*.sqlite
heap_profiler/
goroutine_dump/
inflight_trace_dump/
contrib/quickstart/kratos/oidc
e2e/*.log
e2e/kratos.*.yml
e2e/proxy.json
e2e/cypress/downloads
# Compiled Object files, Static and Dynamic libs (Shared Objects)
internal/httpclient/*.o
internal/httpclient/*.a
internal/httpclient/*.so
# Folders
internal/httpclient/_obj
internal/httpclient/_test
# Architecture specific extensions/prefixes
internal/httpclient/*.[568vq]
internal/httpclient/[568vq].out
internal/httpclient/*.cgo1.go
internal/httpclient/*.cgo2.c
internal/httpclient/_cgo_defun.c
internal/httpclient/_cgo_gotypes.go
internal/httpclient/_cgo_export.*
internal/httpclient/_testmain.go
internal/httpclient/*.exe
internal/httpclient/*.test
internal/httpclient/*.prof
test/e2e/hydra-login-consent/hydra-login-consent
persistence/sql/migrations/sql/schema.sql
test/e2e/hydra-kratos-login-consent/hydra-kratos-login-consent
*.log
test/e2e/proxy.json
test/e2e/kratos.*.yml
# VSCode debug artifact
__debug_bin
.debug.sqlite.db