Spaces:
Sleeping
Sleeping
feat: add YouTube OAuth related files to .gitignore
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -96,3 +96,9 @@ secrets/
|
|
| 96 |
credentials/
|
| 97 |
*.pem
|
| 98 |
*.key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
credentials/
|
| 97 |
*.pem
|
| 98 |
*.key
|
| 99 |
+
|
| 100 |
+
# YouTube OAuth (Crown Commend)
|
| 101 |
+
client_secret*.json
|
| 102 |
+
token.json
|
| 103 |
+
generate_youtube_token.py
|
| 104 |
+
commend_history.json
|