diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-10 10:17:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-10 10:17:05 -0400 |
| commit | b3d5f0c61051b961088e630229035e30f9d740b5 (patch) | |
| tree | 71a9abdf58037c1c85e7a9b4ba8136fbc5a15de2 /.gitignore | |
| parent | 9580ca6da48fe69cc664bc12513737c00a88f880 (diff) | |
| parent | f87c528f95912319c4181b3955cad4f1042c021e (diff) | |
Merge branch 'master' into demo_changes
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6d4b98289..43b63a362 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ src/server/session_manager/logs/**/*.log *.crt *.key *.pfx -*.properties
\ No newline at end of file +*.properties +debug.log +.vscodeignore
\ No newline at end of file |
