mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
18 lines
159 B
Plaintext
18 lines
159 B
Plaintext
# Built artifacts
|
|
target/
|
|
|
|
# Lockfile
|
|
Cargo.lock
|
|
|
|
# Project and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.vim
|
|
*.vi
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# rustfmt backup files
|
|
**/*.rs.bk
|