2024-03-17 12:00:14 +13:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
2020-11-05 23:56:26 +13:00
|
|
|
node_modules
|
2024-03-17 12:00:14 +13:00
|
|
|
.DS_Store
|
2020-11-05 23:56:26 +13:00
|
|
|
dist
|
2024-03-17 12:00:14 +13:00
|
|
|
dist-ssr
|
|
|
|
coverage
|
|
|
|
*.local
|
|
|
|
|
|
|
|
/cypress/videos/
|
|
|
|
/cypress/screenshots/
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
|
|
|
.idea
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
|
|
|
|
|
|
|
*.tsbuildinfo
|
2022-07-17 10:52:29 +12:00
|
|
|
|
2024-03-17 12:00:14 +13:00
|
|
|
test-results/
|
|
|
|
playwright-report/
|
2024-03-18 01:10:50 +13:00
|
|
|
|
|
|
|
/src/page/plugins/*
|
|
|
|
!/src/page/plugins/.gitkeep
|