updated gitignore and example static text

This commit is contained in:
mrjvs 2018-10-14 19:39:27 +02:00
parent 68f19d75b9
commit 9e7626ffa1
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -59,4 +59,4 @@ typings/
# keep config and blog posts out of this
config.json
posts/
static-text.json

4
static-text.example.json Normal file
View File

@ -0,0 +1,4 @@
{
"progressSummary": "This is a progress summary",
"headerText": "A work-in-progress server replacement for nintendo 3ds and wiiu"
}