winapps/.gitignore
2023-07-24 18:04:45 +02:00

10 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/