mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
eec6424bc9
* [DEV] Debug authelia when running a suite. This runs dlv debugger within authelia backend container so that an IDE can remote debug the application using port 2345. * Apply suggestions from code review Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
49 lines
486 B
Plaintext
49 lines
486 B
Plaintext
|
|
# NodeJs modules
|
|
node_modules/
|
|
|
|
# npm debug logs
|
|
npm-debug.log*
|
|
|
|
# Coverage reports
|
|
coverage/
|
|
|
|
.vscode/
|
|
|
|
*.swp
|
|
*~
|
|
|
|
# Directory used by example
|
|
/notifications/
|
|
|
|
# VSCode user configuration
|
|
.vscode/
|
|
|
|
# Generated by TypeScript compiler
|
|
dist/
|
|
|
|
.nyc_output/
|
|
|
|
*.tgz
|
|
|
|
# Specific files
|
|
/configuration.yml
|
|
/config.yml
|
|
/config.test.yml
|
|
|
|
internal/suites/example/ldap/private.ldif
|
|
|
|
Configuration.schema.json
|
|
|
|
.suite
|
|
.kube
|
|
.idea
|
|
|
|
.authelia-interrupt
|
|
|
|
qemu-*-static
|
|
|
|
public_html.gen.go
|
|
|
|
__debug_bin
|