authelia/.gitignore
Clément Michaud eec6424bc9
[DEV] Debug authelia when running a suite. (#1060)
* [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>
2020-06-01 16:50:55 +10:00

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