diff options
author | Ryan Shrum <ryan@ehousestudio.com> | 2014-06-24 10:01:43 -0400 |
---|---|---|
committer | Ryan Shrum <ryan@ehousestudio.com> | 2014-06-24 10:01:43 -0400 |
commit | ce45fd33a6f1d283743e8ccd0d6023d2e59b14cc (patch) | |
tree | da39474fc257e1bbed3599eb40498813676759f0 | |
parent | 174e4d5178f3b8db224a74de2dc28baec447bc69 (diff) | |
download | gitignore-ce45fd33a6f1d283743e8ccd0d6023d2e59b14cc.tar.gz gitignore-ce45fd33a6f1d283743e8ccd0d6023d2e59b14cc.zip |
Removing .DS_Store rule as it is included in global rules
Signed-off-by: Ryan Shrum <ryan@ehousestudio.com>
-rw-r--r-- | CraftCMS.gitignore | 2 |
1 files changed, 0 insertions, 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 |