2016-12-10 07:47:58 +07:00
|
|
|
|
2017-05-13 23:12:26 +07:00
|
|
|
# NodeJs modules
|
2016-12-10 07:47:58 +07:00
|
|
|
node_modules/
|
|
|
|
|
2017-05-25 20:09:29 +07:00
|
|
|
# npm debug logs
|
|
|
|
npm-debug.log*
|
|
|
|
|
2017-05-13 23:12:26 +07:00
|
|
|
# Coverage reports
|
2016-12-17 08:06:40 +07:00
|
|
|
coverage/
|
|
|
|
|
2017-05-13 23:12:26 +07:00
|
|
|
src/.baseDir.ts
|
|
|
|
.vscode/
|
|
|
|
|
2016-12-17 08:06:40 +07:00
|
|
|
*.swp
|
|
|
|
|
2017-01-29 02:21:30 +07:00
|
|
|
|
2017-05-13 23:12:26 +07:00
|
|
|
# Directory used by example
|
2017-10-08 02:58:41 +07:00
|
|
|
/notifications/
|
2017-05-14 18:37:05 +07:00
|
|
|
|
2017-05-13 23:12:26 +07:00
|
|
|
# VSCode user configuration
|
2017-05-14 18:37:05 +07:00
|
|
|
.vscode/
|
2017-05-13 23:12:26 +07:00
|
|
|
|
|
|
|
# Generated by TypeScript compiler
|
|
|
|
dist/
|
2017-05-25 20:09:29 +07:00
|
|
|
|
|
|
|
.nyc_output/
|
2017-06-17 02:11:54 +07:00
|
|
|
|
|
|
|
*.tgz
|
2017-07-15 00:05:42 +07:00
|
|
|
|
|
|
|
# Specific files
|
|
|
|
/config.yml
|
2017-10-17 05:38:10 +07:00
|
|
|
/config.test.yml
|
2017-09-24 19:49:03 +07:00
|
|
|
|
|
|
|
example/ldap/private.ldif
|
2017-10-07 05:09:42 +07:00
|
|
|
|
2017-10-16 03:08:24 +07:00
|
|
|
Configuration.schema.json
|
2018-08-26 15:30:43 +07:00
|
|
|
|
|
|
|
users_database.test.yml
|