Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: .gitignore

Issue 29833582: Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization (Closed)
Left Patch Set: Created July 18, 2018, 1:41 p.m.
Right Patch Set: removed .Python from .gitignore and added .DS_Store to .hgignore Created Aug. 2, 2018, 9:24 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | .hgignore » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 *.pyc 1 *.pyc
2 *.pyo 2 *.pyo
3 **/.cache 3 **/.cache
4 /.tox 4 /.tox
5 /.sitescripts.test 5 /.sitescripts.test
6 /.coverage 6 /.coverage
7 htmlcov/ 7 htmlcov/
8 .idea/ 8 .idea/
9 .pytest_cache/ 9 .pytest_cache/
10 .Python 10 .DS_Store
Vasily Kuznetsov 2018/07/20 21:00:00 Where's this line coming from? It seems like it's
Tudor Avram 2018/07/23 19:29:02 Oh... I'll have to take a look, not sure why that
Tudor Avram 2018/07/31 09:20:16 Done.
11 keyfile.json
Vasily Kuznetsov 2018/07/20 21:00:00 Do we really need to ignore this? If we do, it sho
Tudor Avram 2018/07/23 19:29:02 Oh, that was my mistake. I put the file in there j
Tudor Avram 2018/07/31 09:20:16 Done.
LEFTRIGHT
« no previous file | .hgignore » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld