From 52d438149816779434f6ca28e21100456f840fa1 Mon Sep 17 00:00:00 2001 From: sim2github Date: Sun, 10 Aug 2014 00:19:21 +0300 Subject: [PATCH] Add gitignore config --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8311786 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# FILES IGNORED BY GIT + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# PHPStorm files +.idea/ +# Cache files +cms/cache/*