Skip to content

Commit 6cb5646

Browse files
committed
.
1 parent 396ed86 commit 6cb5646

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/templates/README.template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ api:
219219
220220
### Endpoints
221221
222-
Since Secured Signal API is just a proxy you can use all the [Signal REST API](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md) endpoints except for…
222+
Since Secured Signal API is just a proxy you can use all the [Signal CLI REST API](https://github.com/bbernhard/signal-cli-rest-api/blob/master/doc/EXAMPLES.md) endpoints except for…
223223
224224
| Endpoint | |
225225
| :-------------------- | ------------------ |

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ yarn-error.log*
2222
# VSCode
2323
.vscode
2424

25-
.*
25+
# Ignore all by default
26+
.*
27+
28+
# Allow .github
29+
!.github

0 commit comments

Comments
 (0)