diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-08 21:39:06 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-08 21:39:48 +0100 |
commit | e1ea92843ce0139417aad0933ec32d7e589d0de9 (patch) | |
tree | 97d4c53028f6f68151962d81a37f652f26d5d341 | |
parent | 2d4ddf57cc64f37a76e53403bc1442a54cc01897 (diff) |
.gitignore tests/mocks/database/ci_test.sqlite
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | tests/mocks/database/ci_test.sqlite | bin | 19456 -> 0 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 269044ea9..323f06468 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ application/logs/* !application/*/.htaccess composer.lock +tests/mocks/database/ci_test.sqlite user_guide_src/build/* user_guide_src/cilexer/build/* diff --git a/tests/mocks/database/ci_test.sqlite b/tests/mocks/database/ci_test.sqlite Binary files differdeleted file mode 100755 index a46b4c016..000000000 --- a/tests/mocks/database/ci_test.sqlite +++ /dev/null |