mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 00:56:58 +02:00
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:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user