| commit | 48bdd0009fc5c1bd1b80d0c3bf7fada3e576dc52 | [log] [tgz] |
|---|---|---|
| author | Andreas Papacharalampous <andreas@apap04.com> | Thu Apr 30 15:25:39 2020 -0400 |
| committer | David Pursehouse <dpursehouse@digital.ai> | Fri May 01 07:59:58 2020 +0900 |
| tree | 47cdf399b1fe3f1dd1e67ee4286e08d0ddaf889a | |
| parent | 9a73ed8bf71e542482addb308313e1d86499417c [diff] |
Ignore .log files Logs like yarn-error.log can be committed by default but shouldn't. Change-Id: I583525aec3be573ab51fa6ca742c5a18da6eea7c (cherry picked from commit f38be8c909d3a839206d9c739f8ff0095cdcca29)
diff --git a/.gitignore b/.gitignore index 93c1339..3a5d28b 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,6 +1,7 @@ # Keep following lines sorted according to `LC_COLLATE=C sort` *.eml *.iml +*.log *.pyc *.sublime-* *.swp