mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
After running `UPDATE_SNAPSHOTS=1 cargo test --all-features` I want to compare before/after images before committing them. Now I can!
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
.DS_Store
|
|
**/target
|
|
**/target_ra
|
|
**/target_wasm
|
|
**/tests/snapshots/**/*.diff.png
|
|
**/tests/snapshots/**/*.new.png
|
|
**/tests/snapshots/**/*.old.png
|
|
/.*.json
|
|
/.vscode
|
|
/media/*
|
|
.idea/
|