diff --git a/.gitignore b/.gitignore index 49bd2ea..a057752 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ # CRAFT STORAGE */storage/* -!*/storage/.gitkeep # ASSETS /cms/web/assets/* diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f36c8c..66f55e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # nystudio107/craft Change Log +## 2.4.43 - 2021.07.19 +### Changed +* Remove `storage/` dir + ## 2.4.42 - 2021.06.22 ### Changed * Continue running the `php-fpm` containers as root (since `php-fpm` uses worker pools with the proper user/group), but switch to `su-exec` to ensure any craft CLI commands are run as `www-data` diff --git a/cms/storage/config-deltas/.gitignore b/cms/storage/config-deltas/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/cms/storage/config-deltas/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore