ki-frontend/.gitignore
André Jaenisch e283ee1d2d
Some checks failed
continuous-integration/drone/pr Build is failing
refactor: allow for tenants
This way by adjusting a handful of environment variables the Frontend
can be used by organisations outside of WTFeG.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2025-05-12 14:33:54 +02:00

28 lines
273 B
Plaintext

.DS_Store
node_modules
/dist
# KI
/public/config.js
# local env files
.env
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
jsconfig.json