From c3380bf74f5d0cc8e59ce5e7f125e223abf768f1 Mon Sep 17 00:00:00 2001 From: mleanos Date: Wed, 22 Jul 2015 16:21:16 -0700 Subject: [PATCH 1/2] Added Visual Studio files to gitignore Adding files to ignore that are related to Visual Studio, and Node.js development within the VS environment. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 0d3109886d..b392f18c9a 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,13 @@ local.properties data/ mongod +# Visual Studio +# ========= +*.suo +*.ntvs* +*.njsproj +*.sln + # General # ======= *.log From c7ec27ee035d9746774b58223c348fc01af9ea4c Mon Sep 17 00:00:00 2001 From: mleanos Date: Thu, 23 Jul 2015 22:51:36 -0700 Subject: [PATCH 2/2] Moved all editor setting to bottom I moved all the editor files underneath all the other settings. As the editor list grows, it will help keep things organized, and editor configs are less pertinent to individual developers. --- .gitignore | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b392f18c9a..b413fc72de 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,20 @@ modules/users/client/img/profile/uploads config/env/local.js *.pem +# General +# ======= +*.log +*.csv +*.dat +*.out +*.pid +*.gz +*.tmp +*.bak +*.swp +logs/ +build/ + # Sublime editor # ============== .sublime-project @@ -55,16 +69,3 @@ mongod *.njsproj *.sln -# General -# ======= -*.log -*.csv -*.dat -*.out -*.pid -*.gz -*.tmp -*.bak -*.swp -logs/ -build/