PLT-7641: Cleanup the jsonl files from make test (#7466)
* Disabled automatic log rotation to avoid multiple log file creation, added mattermost.log.jsonl files to gitignore * Added log file delete to make clean
Этот коммит содержится в:
2
.gitignore
поставляемый
2
.gitignore
поставляемый
@@ -54,6 +54,7 @@ _testmain.go
|
||||
|
||||
# Log files
|
||||
*mattermost.log
|
||||
*mattermost.log.jsonl
|
||||
*npm-debug.log*
|
||||
|
||||
.tmp
|
||||
@@ -84,6 +85,7 @@ enterprise
|
||||
|
||||
cover.out
|
||||
ecover.out
|
||||
cprofile.out
|
||||
*.test
|
||||
webapp/coverage
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user