Skip to content

Commit a97dd1b

Browse files
fix(tooling): remove logs folder from gitignore (#607)
1 parent aa6de9a commit a97dd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pids
1515
*.swp
1616
*.log
1717
*.log.*
18-
logs
1918
log
2019
npm-debug.log*
2120
yarn-debug.log*
@@ -39,6 +38,7 @@ reports/
3938

4039
#Local stuff
4140
*.json
41+
!docs/changelog/logs/*.json
4242
.env*
4343
!.env.default
4444
!package.json

0 commit comments

Comments
 (0)