mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-29 02:29:20 +01:00
Merge pull request #683 from mleanos/gitignore_VS
Added Visual Studio files to gitignore Rearranged gitignore to prioritize general files over editor files
This commit is contained in:
34
.gitignore
vendored
34
.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
|
||||
@@ -48,16 +62,10 @@ local.properties
|
||||
data/
|
||||
mongod
|
||||
|
||||
# General
|
||||
# =======
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
logs/
|
||||
build/
|
||||
# Visual Studio
|
||||
# =========
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
|
||||
|
||||
Reference in New Issue
Block a user