mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
3d312cf3b9
* Check for pnpm in authelia-scripts * Improve husky hooks to check for required apps * Use pnpm in coverage dockerfile * Use pnpm in dev workflow * Stop buildx log truncation * Ignore pnpm lockfile in yamllint * Update versions required for docker and docker-compose in contributing docs
23 lines
265 B
Docker
23 lines
265 B
Docker
# CI/Git Directories
|
|
coverage.txt
|
|
Dockerfile*
|
|
|
|
# Node Modules Directories
|
|
**/node_modules
|
|
|
|
# Documentation
|
|
docs
|
|
examples
|
|
|
|
# Dot Files and Markdown
|
|
.*
|
|
*.md
|
|
|
|
# Other
|
|
internal/server/public_html
|
|
authelia.service
|
|
bootstrap.sh
|
|
|
|
# Overrides
|
|
!.healthcheck.env
|
|
!.pnpm-store |