2023-02-03 10:45:11 +00:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
|
|
|
# NPM
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
|
|
|
|
|
|
|
# Cypress
|
|
|
|
assets
|
|
|
|
**/cypress.env.json
|
|
|
|
**/cypress/downloads
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
2022-08-02 12:11:38 +00:00
|
|
|
# Keycloak server
|
|
|
|
server
|
2022-09-14 12:42:19 +00:00
|
|
|
|
2023-02-03 10:45:11 +00:00
|
|
|
# Wireit
|
|
|
|
.wireit
|
|
|
|
|
|
|
|
# Vite
|
|
|
|
dist
|
|
|
|
dist-ssr
|
|
|
|
*.local
|
2023-02-28 11:16:43 +00:00
|
|
|
|
|
|
|
# Distribution
|
|
|
|
*.tgz
|
|
|
|
npm-dist
|