mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
978bd50a57
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
22 lines
326 B
Text
22 lines
326 B
Text
# Built artifacts
|
|
target/
|
|
|
|
# Project and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.vim
|
|
*.vi
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Shared-memory and WAL files created by SQLite.
|
|
*-shm
|
|
*-wal
|
|
|
|
# Integration testing extension library for SQLite.
|
|
ipaddr.dylib
|
|
ipaddr.so
|
|
|
|
# Temporary files from running the tests locally like they would be run from CI
|
|
.sqlx
|