mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 10:47:04 +00:00
64 lines
825 B
Plaintext
64 lines
825 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
.DS_Store
|
|
dist
|
|
dist-ssr
|
|
dist-server
|
|
coverage
|
|
*.local
|
|
.env
|
|
.env_*
|
|
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
#files from npm-run-build
|
|
tsconfig.app.tsbuildinfo
|
|
tsconfig.vitest.tsbuildinfo
|
|
tsconfig.node.tsbuildinfo
|
|
vite.config.d.ts
|
|
vite.config.js
|
|
vitest.config.d.ts
|
|
components.d.ts
|
|
|
|
#keys
|
|
*.pem
|
|
private_key.pem
|
|
public_key.pem
|
|
./server/cert/*
|
|
|
|
#playwright
|
|
playwright-report/
|
|
.auth/
|
|
test-results/
|
|
__snapshots__/
|
|
|
|
.vite/deps
|
|
__snapshots__/
|
|
|
|
# Playwright auth
|
|
src/test/integration/playwright/.auth
|
|
src/test/integration/playwright/.auth/
|
|
**/playwright/.auth/
|
|
test-results/
|
|
playwright-report/
|
|
playwright-coverage/
|