mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
828f565290
This is going to be the v4. Expected improvements: - More reliable due to static typing. - Bump of performance. - Improvement of logging. - Authelia can be shipped as a single binary. - Will likely work on ARM architecture.
48 lines
466 B
Plaintext
48 lines
466 B
Plaintext
|
|
# NodeJs modules
|
|
node_modules/
|
|
|
|
# npm debug logs
|
|
npm-debug.log*
|
|
|
|
# Coverage reports
|
|
coverage/
|
|
|
|
src/.baseDir.ts
|
|
.vscode/
|
|
|
|
*.swp
|
|
*~
|
|
|
|
# Directory used by example
|
|
/notifications/
|
|
|
|
# VSCode user configuration
|
|
.vscode/
|
|
|
|
# Generated by TypeScript compiler
|
|
dist/
|
|
|
|
.nyc_output/
|
|
|
|
*.tgz
|
|
|
|
# Specific files
|
|
/config.yml
|
|
/config.test.yml
|
|
|
|
example/ldap/private.ldif
|
|
|
|
Configuration.schema.json
|
|
|
|
users_database.test.yml
|
|
|
|
.suite
|
|
.kube
|
|
.idea
|
|
|
|
# Go binary
|
|
authelia
|
|
|
|
.authelia-interrupt
|