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.
This commit is contained in:
mleanos
2015-07-23 22:51:36 -07:00
committed by Mikael Korpela
parent 6c2c77cb75
commit 0a7a715817

27
.gitignore vendored
View File

@@ -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/