dioxus/.gitignore

24 lines
416 B
Text
Raw Normal View History

2021-01-14 07:56:41 +00:00
/target
/playwright-tests/web/dist
/playwright-tests/fullstack/dist
2022-01-31 01:47:09 +00:00
/dist
2021-01-14 07:56:41 +00:00
.DS_Store
2023-12-18 15:34:30 +00:00
/examples/assets/test_video.mp4
# new recommendation to keep the lockfile in for CI and reproducible builds
# Cargo.lock
.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/