diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-02-03 23:58:47 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-02-03 23:58:47 +0100 |
| commit | f1663e24c148421692346f7470d77b258d78b585 (patch) | |
| tree | 2a44cdb4da386fcca6b6be9037dcd9ce0ac88471 /server/.gitignore | |
| parent | 67331b851295b0067f74cd410aef7986aa6a848e (diff) | |
code coverage: Add tests for common
Add coverage for common as well as server.
Fix fs_utils::create_dir_allow_existing to fail if entry exists but
isn't a dir.
Diffstat (limited to 'server/.gitignore')
| -rw-r--r-- | server/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/.gitignore b/server/.gitignore index fade025..22d2c3f 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -1,3 +1,3 @@ /.env /git_server -/target +target/ |
