mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
36 lines
465 B
Plaintext
36 lines
465 B
Plaintext
# Dependencies
|
|
/node_modules
|
|
|
|
# Production
|
|
/api/build
|
|
/integrations/build
|
|
/build
|
|
/out
|
|
/help
|
|
|
|
# Generated files
|
|
.docusaurus
|
|
.cache-loader
|
|
cache-output.json
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Wireit's cache
|
|
.wireit
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
!integrations/**/media
|
|
**/static/compose.yml
|
|
**/static/releases.gen.json
|
|
**/static/schema.yml
|
|
api/reference
|
|
docs/developer-docs/api/reference/**
|