From fff2c47e04224d4ece1e734d0915bed7c28255b9 Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Thu, 24 Apr 2014 13:43:19 +0400 Subject: [PATCH] add temp files to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index da23d0d..8dae561 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ build/Release # Deployed apps should consider commenting this line out: # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git node_modules + +# Temp files +*~