authelia/.gitignore
Clement Michaud 828f565290 Bootstrap Go implementation of Authelia.
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.
2019-10-28 23:28:59 +01:00

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