From 2d54e8365d3a7bfb3399e4a9a2594aaf94702903 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 2 Dec 2014 21:45:44 +0200 Subject: [PATCH 1/3] adding the production app debugging access.log file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 79f6cf28..fb641d7e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ app/tests/coverage/ .bower-*/ .idea/ config/sslcert/*.pem +access.log From 6036d65429c6dc05fb925f7fc9a2945704cf8303 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Tue, 2 Dec 2014 21:49:08 +0200 Subject: [PATCH 2/3] adding eclipse and intellij project files to .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index fb641d7e..e65bcaf1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,11 @@ app/tests/coverage/ .bower-*/ .idea/ config/sslcert/*.pem +# MEAN app log file for production access.log +# Eclipse project files +.project +.settings/ +.*.md.html +# IntelliJ +*.iml From 7bce82993e954dd2c6677fa9b91e5d5d78bb7cd2 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Thu, 4 Dec 2014 13:39:33 +0200 Subject: [PATCH 3/3] updating .gitignore file with more popular entries --- .gitignore | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e65bcaf1..97a9ecf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ +# iOS / Apple +# =========== .DS_Store +ehthumbs.db +Icon? +Thumbs.db + +# Node and related ecosystem +# ========================== .nodemonignore .sass-cache/ npm-debug.log @@ -7,12 +15,41 @@ public/lib app/tests/coverage/ .bower-*/ .idea/ + +# MEAN.js app and assets +# ====================== config/sslcert/*.pem -# MEAN app log file for production access.log + +# Sublime editor +# ============== +.sublime-project +*.sublime-project +*.sublime-workspace + # Eclipse project files +# ===================== .project .settings/ .*.md.html +.metadata +*~.nib +local.properties + # IntelliJ +# ======== *.iml + +# General +# ======= +*.log +*.csv +*.dat +*.out +*.pid +*.gz +*.tmp +*.bak +*.swp +logs/ +build/