Files
egui_knob/.gitignore
Daniel Dada 14a143708f chore: restructured the project
docs: added contributing guidelines and updated rreadme
2025-11-21 00:31:19 +03:00

14 lines
95 B
Plaintext

# Rust
/target
/examples/target
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db