From f24b4ca2393dcc55399febe1f4bbe3d6c466eb08 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 11 Jun 2012 13:40:57 +0000 Subject: [PATCH] add .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f53afdbf --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +#files, the will be ignored by git + +#minified scripts +*.min.js + +#node modules folder +node_modules + +#cloudfoundry info files +cloudcmd.manifest.yml + +#herocu info file +Procfile \ No newline at end of file