diff --git a/.gitignore b/.gitignore index 03ee77c..6a73d23 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ /logs/* /tmp/* /vendor/* - +/database/* # OS generated files # ###################### .DS_Store @@ -14,7 +14,8 @@ .Spotlight-V100 .Trashes # Icon must end with two \r -Icon +Icon + ehthumbs.db Thumbs.db .directory diff --git a/README.md b/README.md index 671a03d..4361f82 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,4 @@ Other environment agnostic settings can be changed in `config/app.php`. ## Layout The app skeleton uses [Milligram](https://milligram.io/) (v1.3) minimalist CSS -framework by default. You can, however, replace it with any other library or -custom styles. +framework by default. You can, however, replace it with any other library. diff --git a/database/app.sqlite b/database/app.sqlite deleted file mode 100644 index ae50cf8..0000000 Binary files a/database/app.sqlite and /dev/null differ