dspot-trello-gantt 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,6 +89,8 @@ GAPPS_ALLOWED_EMAILS=
|
|
|
89
89
|
|
|
90
90
|
**Google credentials:** download an OAuth 2.0 client JSON from [Google Cloud Console](https://console.cloud.google.com) and save it as `credentials/google_oauth_client.json`.
|
|
91
91
|
|
|
92
|
+
> **Important:** the `credentials/` folder is listed in `.gitignore` and must never be committed. It contains OAuth secrets and cached tokens.
|
|
93
|
+
|
|
92
94
|
## Progress percentage
|
|
93
95
|
|
|
94
96
|
Add a `## Progress` section to a card's description to set completion:
|