sqlx/.gitignore
iamjpotts 978bd50a57
chore: Ignore .sqlx folder created by running ci steps locally (#3008)
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
2024-01-30 13:23:58 -08:00

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