mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-05 23:02:43 +01:00
47 lines
554 B
Plaintext
47 lines
554 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-ssr
|
|
coverage
|
|
*.local
|
|
|
|
/cypress/videos/
|
|
/cypress/screenshots/
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
*.tsbuildinfo
|
|
|
|
bin
|
|
dist
|
|
|
|
pb_data
|
|
catalyst
|
|
catalyst_data
|
|
|
|
# ignore changes, needs to be disabled when adding new upgrade tests
|
|
testing/**/*.db
|
|
testing/**/*.db-shm
|
|
testing/**/*.db-wal
|
|
|
|
coverage.out
|
|
|
|
test-results
|
|
playwright/playwright-report
|
|
openapitools.json |