debian-image-builder-frontend/.gitignore
Tom Koscielniak ee2e3fb786 tests/playwright: Add initial qcow2 boot test, RHOS wrapper, helpers
Add initial version of a qcow2 boot test that verifies qcow2 image is bootable. Add a RHOS wrapper as well in order to communicate with OpenStack from the Playwright test. Add associated helpers.
2025-08-19 14:39:14 +02:00

52 lines
617 B
Text

# See https://help.github.com/ignore-files/ for more about ignoring files.
# vscode config
.vscode/
# ide config
.idea/
# dependencies
node_modules
# production
dist
# cache
.cache
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store
coverage
*~
*.swp
bots
# madge graph of dependencies generated by `npm run circular:graph`
deps.png
# build directories
cockpit/public/vendor*
cockpit/public/src_*
cockpit/public/main*
# Sentry Config File
.sentryclirc
# cockpit lib dir
pkg/lib
rpmbuild
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.env
.auth
/image-downloads/