mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
d8ff186303
Client and server now have their own tsconfig so that the transpilation is only done on the part that is being modified. It also allows faster transpilation since tests are now excluded from tsconfig. They are compiled by ts-node during unit tests execution.
36 lines
350 B
Plaintext
36 lines
350 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
|
|
|
|
example/ldap/private.ldif
|
|
|
|
package-lock.json
|