mirror of
https://github.com/zitadel/oidc.git
synced 2026-04-27 05:31:31 -05:00
2b9f7dfd18
* add idea to gitignore * working userinfo * cleanup * tests
18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
**/__debug_bin
|
|
.vscode
|
|
.DS_Store
|
|
.idea
|