From c7ec27ee035d9746774b58223c348fc01af9ea4c Mon Sep 17 00:00:00 2001 From: mleanos Date: Thu, 23 Jul 2015 22:51:36 -0700 Subject: [PATCH] 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 b392f18c..b413fc72 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/