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
|
2022-06-23 17:20:15 -07:00
|
|
|
|
|
|
|
# Shared-memory and WAL files created by SQLite.
|
|
|
|
*-shm
|
|
|
|
*-wal
|
2023-10-20 06:54:01 +09:00
|
|
|
|
|
|
|
# Integration testing extension library for SQLite.
|
|
|
|
ipaddr.dylib
|
|
|
|
ipaddr.so
|
2024-01-30 16:23:58 -05:00
|
|
|
|
|
|
|
# Temporary files from running the tests locally like they would be run from CI
|
|
|
|
.sqlx
|