Some checks failed
continuous-integration/drone/pr Build is failing
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>
28 lines
273 B
Plaintext
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
|