sqlx/.gitignore
qwerty2501 00b077ab14
Is tests/x.py maintained? And I tried fix it. (#2754)
* chore:Added ipaddr extension library to gitignore

* fix:In a Linux environment, shared libraries in the current directory are not loaded, so add the current directory to the LD_LIBRARY_PATH environment variable.

* fix: Since confrict primary key when running multiple sqlite tests, removed specific primary key in insert.

* chore: Since avoid git modified targeting, copy the db file to new test db file.

* fix: Since docker mysql 5.7 using yaSSL(It only supports TLSv1.1), avoid running when using rustls.
2023-10-19 14:54:01 -07:00

19 lines
239 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