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

Unified Diff: .gitignore

Issue 29833582: Issue 4954 - Implement a downloader script supporting OAuth2 authentication/authorization (Closed)
Patch Set: Created July 18, 2018, 1:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sitescripts/oauth2dl/README.md » ('j') | sitescripts/oauth2dl/bin/constants.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 7434e7649494b74e86c99fb962cf53fead050b10..4e8883267058f8034940317343abad49c0d8f90e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ htmlcov/
.idea/
.pytest_cache/
.Python
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.
+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.
« no previous file with comments | « no previous file | sitescripts/oauth2dl/README.md » ('j') | sitescripts/oauth2dl/bin/constants.py » ('J')

Powered by Google App Engine
This is Rietveld