From 174e4d5178f3b8db224a74de2dc28baec447bc69 Mon Sep 17 00:00:00 2001 From: Ryan Shrum Date: Thu, 12 Jun 2014 11:35:22 -0400 Subject: [PATCH 1/2] Added recommended gitignore rules from Craft Signed-off-by: Ryan Shrum --- CraftCMS.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CraftCMS.gitignore diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore new file mode 100644 index 00000000..0d0d1339 --- /dev/null +++ b/CraftCMS.gitignore @@ -0,0 +1,5 @@ +.DS_Store + +# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +/craft/storage/* +!/craft/storage/logo/* \ No newline at end of file From ce45fd33a6f1d283743e8ccd0d6023d2e59b14cc Mon Sep 17 00:00:00 2001 From: Ryan Shrum Date: Tue, 24 Jun 2014 10:01:43 -0400 Subject: [PATCH 2/2] Removing .DS_Store rule as it is included in global rules Signed-off-by: Ryan Shrum --- CraftCMS.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore index 0d0d1339..a70d4772 100644 --- a/CraftCMS.gitignore +++ b/CraftCMS.gitignore @@ -1,5 +1,3 @@ -.DS_Store - # Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] /craft/storage/* !/craft/storage/logo/* \ No newline at end of file