Added theme and .gitignore.

This commit is contained in:
Greenscreener 2019-07-03 16:47:23 +02:00
parent 960e308fab
commit 10fe1fab15
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public
resources

View File

@ -1,5 +1,6 @@
{ {
"baseURL":"/", "baseURL":"/",
"languageCode":"cs-cz", "languageCode":"cs-cz",
"title": "Pátek" "title": "Pátek",
"theme":"patek"
} }