winapps/.gitignore
2023-07-25 11:06:46 +02:00

11 lines
222 B
Plaintext

# Generated files
target/
# The library shouldn't decide about the exact versions of
# its dependencies, but let the downstream crate decide.
Cargo.lock
# We don't want to commit IDE configuration files.
.idea/
.vscode/