Skip to content

Commit 023b381

Browse files
authored
feat: Remove log file from documentation maintenance script (#716)
This commit removes an erroneously checked in log file from the documentation repository, and adds *.log files to the gitignore file with the intent that in the future, our scripts will output .log files and thus avoid the possibility of this happening again.
1 parent 7b7cb94 commit 023b381

File tree

2 files changed

+2
-930
lines changed

2 files changed

+2
-930
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
22
**/.DS_Store
33

4-
# dependencies
4+
# Log files
5+
*.log
56

67
# testing
78
/coverage

0 commit comments

Comments
 (0)