Skip to content

Commit

Permalink
chore: consolidate .gitignore files (ory#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo authored Nov 10, 2022
1 parent bc2dfd3 commit e314968
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 32 deletions.
38 changes: 37 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,40 @@ heap_profiler/
goroutine_dump/
inflight_trace_dump/

.vscode
.vscode

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
24 changes: 0 additions & 24 deletions internal/httpclient/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion persistence/sql/migrations/sql/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions test/e2e/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion test/e2e/hydra-kratos-login-consent/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion test/e2e/hydra-login-consent/.gitignore

This file was deleted.

0 comments on commit e314968

Please sign in to comment.