1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00
Files
egui/.gitignore
2026-08-28 14:24:38 +02:00

12 lines
213 B
Plaintext

.DS_Store
**/target
**/target_ra # legacy Rust Analyzer target dir
**/target_wasm
**/tests/snapshots/**/*.diff.png
**/tests/snapshots/**/*.new.png
**/tests/snapshots/**/*.old.png
/.*.json
/.vscode
/media/*
.idea/