feat: .logファイルをgit管理対象から除外

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2024-03-12 10:13:35 +09:00
parent 6f10368c2d
commit c47af35775

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ stepfunctions/*/build
# python test # python test
.coverage .coverage
.report/ .report/
# log
.log