From fc7fbe33728a866871f47cb81f21ef889902be63 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Wed, 24 Aug 2011 20:08:27 +0100 Subject: [PATCH] Fixing broken gitignore install --- .gitignore | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4342af5..0d36160 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,38 @@ -You are being redirected. \ No newline at end of file +# Node.js with Express and Stlyus +public/css/*.css +public/css/main/*.css +public/css/admin/*.css +/.monitor + +# Eclipse +/.project +/.settings +/.buildpath + +# Windows +Thumbs.db + +# Ignore this in Clock Harness projects because it is created by the build system. +/Config/vhost.conf + +# Vim +.*.sw[a-z] +*.un~i +tags + +# OsX +.DS_Store +Icon? +._* +.Spotlight-V100 +.Trashes + +# nodejs npm modules +/node_modules + +# node-cluster +/pids +*.sock + +# ZSH Cake plugin cache +/.cake_task_cache