Spaces:
Runtime error
Runtime error
ignore file content
Browse files- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
.env
|
| 3 |
google-credentials.json
|
| 4 |
|
|
|
|
|
|
|
|
|
|
| 5 |
!composer.json # If you use composer (optional)
|
| 6 |
/venv
|
| 7 |
|
|
|
|
| 2 |
.env
|
| 3 |
google-credentials.json
|
| 4 |
|
| 5 |
+
credential.json
|
| 6 |
+
token.json
|
| 7 |
+
|
| 8 |
!composer.json # If you use composer (optional)
|
| 9 |
/venv
|
| 10 |
|