mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
* 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>
25 lines
261 B
Plaintext
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
|