mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
49 lines
538 B
Plaintext
49 lines
538 B
Plaintext
# Prettier Ignorefile
|
|
|
|
## Static Files
|
|
**/LICENSE
|
|
|
|
authentik/stages/**/*
|
|
|
|
## Build asset directories
|
|
coverage
|
|
dist
|
|
out
|
|
.docusaurus
|
|
# TODO Replace after moving website to docs
|
|
website/api/reference
|
|
|
|
## Environment
|
|
*.env
|
|
|
|
## Secrets
|
|
*.secrets
|
|
|
|
## Yarn
|
|
.yarn/**/*
|
|
|
|
## Node
|
|
node_modules
|
|
coverage
|
|
|
|
## Configs
|
|
*.log
|
|
*.yaml
|
|
*.yml
|
|
|
|
# Templates
|
|
# TODO: Rename affected files to *.template.* or similar.
|
|
*.html
|
|
*.mdx
|
|
*.md
|
|
|
|
## Import order matters
|
|
poly.ts
|
|
src/locale-codes.ts
|
|
src/locales/
|
|
|
|
# Storybook
|
|
storybook-static/
|
|
.storybook/css-import-maps*
|
|
|