diff options
author | Henry Bley-Vroman <henry.bley-vroman@viget.com> | 2018-06-21 22:25:43 -0400 |
---|---|---|
committer | Henry Bley-Vroman <henry.bley-vroman@viget.com> | 2018-06-21 22:25:43 -0400 |
commit | d4ed02174d34307dee25d09af21f9c91b4a812a9 (patch) | |
tree | 511f4ec65596d242d07eed9f94e97933bacb568a | |
parent | 320a610b9ffba3ff28166370b6dd9f73096e34b7 (diff) | |
download | gitignore-d4ed02174d34307dee25d09af21f9c91b4a812a9.tar.gz gitignore-d4ed02174d34307dee25d09af21f9c91b4a812a9.zip |
Craft: update to follow official recs; add 'not necessary in v3' note
-rw-r--r-- | CraftCMS.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore index a70d4772..0d81b397 100644 --- a/CraftCMS.gitignore +++ b/CraftCMS.gitignore @@ -1,3 +1,4 @@ -# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore) +# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26) /craft/storage/* -!/craft/storage/logo/*
\ No newline at end of file +!/craft/storage/rebrand |