diff options
author | bobzel <zzzman@gmail.com> | 2023-04-17 11:08:59 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-04-17 11:08:59 -0400 |
commit | 2c4a38a97ea89d39828964cee576477689ffff81 (patch) | |
tree | d3e35f9131b2483a5f3c05cb46128cbeb437c778 | |
parent | 782271987bc2585fd92659dfe09dcb7270535b20 (diff) |
trying to gitignore login stats
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e94da5580..f60c94fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ debug.log .vscodeignore Dockerfile .vscode/launch.json +src/server/stats/userLoginStats.csv |