From 4ff44371d7407edafe252a2c9f7c16d8d39e8dd1 Mon Sep 17 00:00:00 2001 From: Gianpiero Bozza Date: Sun, 17 Mar 2013 12:04:47 +0000 Subject: [PATCH] Update Node.gitignore added sencha touch 2 ignore files --- Node.gitignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 4d063b5c..c6a071ea 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -1,3 +1,23 @@ +# See http://help.github.com/ignore-files/ for more about ignoring files. +# +# If you find yourself ignoring temporary files generated by your text editor +# or operating system, you probably want to add a global ignore instead: +# git config --global core.excludesfile ~/.gitignore_global + +log/* +public/assets +tmp +.project +.bundle +.idea +.gems + +# OS generated files # +###################### +.DS_Store* +ehthumbs.db +Icon? +Thumbs.db lib-cov *.seed *.log @@ -12,4 +32,4 @@ logs results npm-debug.log -node_modules \ No newline at end of file +node_modules