Files
authentik/web/.prettierignore
Teffen Ellis bbac72f2d0 web: Vendor SFE Bootstrap (#19766)
* web: Vendor SFE Bootstrap

* codespell

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
2026-01-27 16:20:21 +01:00

25 lines
261 B
Plaintext

# Prettier Ignorefile
## Node
node_modules
## Static Files
**/LICENSE
## Build asset directories
coverage
dist
out
## Storybook
storybook-static/
.storybook/css-import-maps*
## Locales
src/locale-codes.ts
src/locales/
## Vendored files
*.min.js
*.min.css