diff --git a/.gitignore b/.gitignore index f0f3506..c6a1368 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,6 @@ /vendor # CRAFT STORAGE -/storage/* /public/cpresrouces/ # ASSETS diff --git a/CHANGELOG.md b/CHANGELOG.md index 418969c..87455a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.9 +### Changed +- README setup command typo +- Keeping storage dir in git + ## 1.0.8 ### Added - README diff --git a/README.md b/README.md index 1a6fb18..2adf454 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # JayCraft Craft boilerplate -`composer create-project JayBox325/JayPack` inside the `/build` directory. \ No newline at end of file +Create a new `/build` directory and run `composer create-project JayBox325/JayCraft .` BEFORE you run the initial `npm run build` command - CraftCMS won't install the project if the `/build` directory has contents. \ No newline at end of file diff --git a/composer.json b/composer.json index 0740bfc..ccf5d3c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jaybox325/jaycraft", "description": "Craft boilerplate to work with JayBox325/JayPack", - "version": "1.0.8", + "version": "1.0.9", "type": "project", "require": { "adigital/cookie-consent-banner": "^1.1", diff --git a/storage/.gitignore b/storage/.gitignore new file mode 100644 index 0000000..57148c1 --- /dev/null +++ b/storage/.gitignore @@ -0,0 +1,7 @@ +backups +composer-backups +config-deltas +config-backups +logs +rebrand +runtime