1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00
Files
egui/.gitignore
2026-08-31 11:01:10 +02:00

14 lines
344 B
Plaintext

.DS_Store
# `target_ra` and `target_wasm` are legacy locations; they now live inside `target/`.
# Keep them on their own lines: a trailing `#` is not a comment in .gitignore.
**/target
**/target_ra
**/target_wasm
**/tests/snapshots/**/*.diff.png
**/tests/snapshots/**/*.new.png
**/tests/snapshots/**/*.old.png
/.*.json
/.vscode
/media/*
.idea/