sqlx/.gitignore

23 lines
326 B
Text
Raw Permalink Normal View History

2019-08-25 14:52:13 -07:00
# Built artifacts
2019-06-07 15:34:21 -07:00
target/
2019-08-25 14:52:13 -07:00
# Project and editor files
.vscode/
.idea/
2019-07-09 16:47:04 -07:00
*.vim
*.vi
2019-11-21 23:29:40 +00:00
# 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