dioxus/.gitignore
2023-06-05 13:48:58 -05:00

20 lines
303 B
Text

/target
/playwrite-tests/web/dist
/playwrite-tests/fullstack/dist
/dist
Cargo.lock
.DS_Store
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
tarpaulin-report.html
# Jetbrain
.idea/
node_modules/
/test-results/
/playwright-report/
/playwright/.cache/