sqlx/.gitignore

23 lines
326 B
Text
Raw Normal View History

2019-08-25 21:52:13 +00:00
# Built artifacts
2019-06-07 22:34:21 +00:00
target/
2019-08-25 21:52:13 +00:00
# Project and editor files
.vscode/
.idea/
2019-07-09 23:47:04 +00: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