sqlx/.gitignore

12 lines
114 B
Plaintext

# cargo built artifacts
target/
# intellij project files
.idea/
# local environment
.env
# coverage
.coverage/